Skip to content

ading cipher rules and cipher groups #281

ading cipher rules and cipher groups

ading cipher rules and cipher groups #281

Triggered via pull request September 25, 2023 15:04
Status Failure
Total duration 1m 31s
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_cipher_group.go#L66
undefined: bigip.CipherGroupReq
golint: bigip/resource_bigip_ltm_cipher_group.go#L73
client.AddLtmCipherGroup undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddLtmCipherGroup)
golint: bigip/resource_bigip_ltm_cipher_group.go#L86
client.GetLtmCipherGroup undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method GetLtmCipherGroup)
golint: bigip/resource_bigip_ltm_cipher_group.go#L98
undefined: bigip.CipherGroupReq
golint: bigip/resource_bigip_ltm_cipher_group.go#L104
client.ModifyLtmCipherGroup undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method ModifyLtmCipherGroup)
golint: bigip/resource_bigip_ltm_cipher_group.go#L116
client.DeleteLtmCipherGroup undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method DeleteLtmCipherGroup)
golint: bigip/resource_bigip_ltm_cipher_group.go#L126
undefined: bigip.CipherGroupReq
golint: bigip/resource_bigip_ltm_cipher_rule.go#L64
undefined: bigip.CipherRuleReq
golint: bigip/resource_bigip_ltm_cipher_rule.go#L71
client.AddLtmCipherRule undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddLtmCipherRule)