Documentation ¶ Index ¶ Variables type API type Root Constants ¶ This section is empty. Variables ¶ View Source var Regions = []string{"us-east-1", "us-east-2", "us-west-1", "us-west-2"} Functions ¶ This section is empty. Types ¶ type API ¶ type API struct { Host *string BasePath *string // Token for authenticating against the API // token is base64 encoded JSON, containing an STS token. Token *string `yaml:"token,omitempty"` } type Root ¶ type Root struct { API API Region *string GithubToken *string `yaml:"githubToken,omitempty"` } Root contains config Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.