Egoscale v3 rewrite #25
Annotations
10 errors
govulncheck:
exoscale/loadbalancer.go#L267
not enough arguments in call to l.p.client.UpdateLoadBalancer
|
govulncheck:
exoscale/loadbalancer.go#L318
cannot use nlbServiceCurrent (variable of type v3.LoadBalancerService) as *v3.LoadBalancerService value in argument to isLoadBalancerServiceUpdated
|
govulncheck:
exoscale/loadbalancer.go#L318
cannot use nlbServiceUpdate (variable of type v3.LoadBalancerService) as *v3.LoadBalancerService value in argument to isLoadBalancerServiceUpdated
|
govulncheck:
exoscale/loadbalancer.go#L325
not enough arguments in call to l.p.client.UpdateLoadBalancerService
|
govulncheck:
exoscale/loadbalancer.go#L321
assignment mismatch: 1 variable but l.p.client.UpdateLoadBalancerService returns 2 values
|
govulncheck:
exoscale/loadbalancer.go#L334
cannot use nlbServiceUpdate (variable of type v3.LoadBalancerService) as v3.AddServiceToLoadBalancerRequest value in argument to l.p.client.AddServiceToLoadBalancer
|
govulncheck:
exoscale/loadbalancer.go#L642
cannot use current.Name (variable of type string) as *string value in argument to defaultString
|
govulncheck:
exoscale/loadbalancer.go#L642
cannot use update.Name (variable of type string) as *string value in argument to defaultString
|
govulncheck:
exoscale/loadbalancer.go#L646
cannot use current.Description (variable of type string) as *string value in argument to defaultString
|
govulncheck:
exoscale/loadbalancer.go#L646
cannot use update.Description (variable of type string) as *string value in argument to defaultString
|