MCPcopy
hub / github.com/digitalocean/doctl / loadBalancersService

Struct loadBalancersService

do/load_balancers.go:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44var _ LoadBalancersService = &loadBalancersService{}
45
46type loadBalancersService struct {
47 client *godo.Client
48}
49
50// NewLoadBalancersService builds an instance of LoadBalancersService.
51func NewLoadBalancersService(client *godo.Client) LoadBalancersService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected