lb

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeCountRequest

type NodeCountRequest struct {
	Region            string
	LoadBalancerNames []string
}

type NodeCountResponse

type NodeCountResponse struct {
	Region string
	Count  int
}

type NodeCountResponses

type NodeCountResponses []*NodeCountResponse

func (NodeCountResponses) NodeCount

func (c NodeCountResponses) NodeCount() int

type Service

type Service struct{}

func New

func New() *Service

func (*Service) CountNodes

func (s *Service) CountNodes(requests ...*NodeCountRequest) (NodeCountResponses, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL