Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resolvers map[string]CloudResolver
Functions ¶
This section is empty.
Types ¶
type AwsResolver ¶
type AwsResolver struct{}
type CloudResolver ¶
type DigitalOceanResolver ¶
type DigitalOceanResolver struct{}
type GceResolver ¶
type GceResolver struct { }
type Host ¶
type Host struct { InstanceName string Provider string Region string Zone string Id string PrivateIpv4 string PrivateIpv6 string PrivateName string PublicIpv4 string PublicIpv6 string PublicName string Private string // Either ip or name, the one accessible on current cloud Public string Tags map[string]string }
type LocalResolver ¶
type LocalResolver struct{}
type TokenSource ¶
type TokenSource struct {
AccessToken string
}
Click to show internal directories.
Click to hide internal directories.