Cipher rule #278
Triggered via pull request
September 14, 2023 06:13
Status
Failure
Total duration
1m 27s
Artifacts
–
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_cipher_rule.go#L69
undefined: bigip.CipherRule
|
golint:
bigip/resource_bigip_ltm_cipher_rule.go#L76
client.CreateCipherRule undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method CreateCipherRule)
|
golint:
bigip/resource_bigip_ltm_cipher_rule.go#L116
client.GetCipherRule undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method GetCipherRule)
|
golint:
bigip/resource_bigip_ltm_cipher_rule.go#L138
undefined: bigip.CipherRule
|
golint:
bigip/resource_bigip_ltm_cipher_rule.go#L145
client.ModifyCipherRule undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method ModifyCipherRule)
|
golint:
bigip/resource_bigip_ltm_cipher_rule.go#L157
client.DeleteCipherRule undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method DeleteCipherRule)
|
golint:
bigip/resource_bigip_ssl_key_cert.go#L112
client.CommitTransaction undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method CommitTransaction)
|
golint:
bigip/resource_bigip_ssl_key_cert.go#L191
client.CommitTransaction undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method CommitTransaction)
|
golint:
bigip/resource_bigip_ssl_key_cert.go#L226
client.CommitTransaction undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method CommitTransaction)) (typecheck)
|