configs

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

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