Skip to content

Added persistence options for fast tcp app #307

Added persistence options for fast tcp app

Added persistence options for fast tcp app #307

Triggered via pull request November 3, 2023 06:44
Status Failure
Total duration 1m 56s
Artifacts

golint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golint: main.go#L12
could not import github.com/F5Networks/terraform-provider-bigip/bigip (-: # github.com/F5Networks/terraform-provider-bigip/bigip
golint: bigip/resource_bigip_ltm_profile_web_acceleration.go#L264
undefined: bigip.WebAccelerationProfileService
golint: bigip/resource_bigip_fast_tcp.go#L352
data.PersistenceProfile undefined (type "github.com/f5devcentral/go-bigip".FastTCPJson has no field or method PersistenceProfile)
golint: bigip/resource_bigip_fast_tcp.go#L353
data.PersistenceProfile undefined (type "github.com/f5devcentral/go-bigip".FastTCPJson has no field or method PersistenceProfile)
golint: bigip/resource_bigip_fast_tcp.go#L355
data.PersistenceType undefined (type "github.com/f5devcentral/go-bigip".FastTCPJson has no field or method PersistenceType)
golint: bigip/resource_bigip_fast_tcp.go#L357
data.FallbackPersistenceType undefined (type "github.com/f5devcentral/go-bigip".FastTCPJson has no field or method FallbackPersistenceType)
golint: bigip/resource_bigip_fast_tcp.go#L385
tcpJson.EnablePersistence undefined (type *"github.com/f5devcentral/go-bigip".FastTCPJson has no field or method EnablePersistence)
golint: bigip/resource_bigip_fast_tcp.go#L387
tcpJson.UseExistingPersistenceProfile undefined (type *"github.com/f5devcentral/go-bigip".FastTCPJson has no field or method UseExistingPersistenceProfile)
golint: bigip/resource_bigip_fast_tcp.go#L388
tcpJson.PersistenceProfile undefined (type *"github.com/f5devcentral/go-bigip".FastTCPJson has no field or method PersistenceProfile)
golint: bigip/resource_bigip_fast_tcp.go#L390
tcpJson.PersistenceType undefined (type *"github.com/f5devcentral/go-bigip".FastTCPJson has no field or method PersistenceType)