Skip to content

adding bot-defence profile #340

adding bot-defence profile

adding bot-defence profile #340

Triggered via pull request January 24, 2024 16:58
Status Failure
Total duration 1m 20s
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_bot_defence.go#L74
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L79
client.AddBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L92
client.GetBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method GetBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L109
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L114
client.ModifyBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method ModifyBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L126
client.DeleteBotDefenseProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method DeleteBotDefenseProfile)
golint: bigip/resource_bigip_ltm_profile_bot_defence.go#L135
undefined: bigip.BotDefenseProfile
golint: bigip/resource_bigip_ltm_profile_request_log.go#L166
undefined: bigip.RequestLogProfile
golint: bigip/resource_bigip_ltm_profile_request_log.go#L171
client.AddRequestLogProfile undefined (type *"github.com/f5devcentral/go-bigip".BigIP has no field or method AddRequestLogProfile)