Documentation ¶ Index ¶ type Endpoint type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Endpoint ¶ type Endpoint struct { Cloud string `json:"cloud,omitempty"` IP netaddr.IP `json:"ip,omitempty"` Type string `json:"type,omitempty"` Name string `json:"name,omitempty"` } type Provider ¶ type Provider interface { All() ([]Endpoint, error) Name() string } Source Files ¶ View all Source files provider.go Directories ¶ Show internal Expand all Path Synopsis gcp yc Click to show internal directories. Click to hide internal directories.