Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGithub ¶ added in v0.1.1
func MustGithub() string
Types ¶
type Env ¶
type Env struct {
CloudformationParameters map[string]string `split_words:"true" required:"false"`
CloudformationStack string `split_words:"true" required:"true"`
CloudformationTags map[string]string `split_words:"true" required:"false"`
Environment string `split_words:"true" required:"true"`
GithubToken string `split_words:"true" required:"true"`
WebhookSecret string `split_words:"true" required:"true"`
HttpHost string `split_words:"true" required:"true"`
HttpPort string `split_words:"true" required:"true"`
LogLevel string `split_words:"true" required:"true"`
ReleaseSource string `split_words:"true" required:"true"`
S3Bucket string `split_words:"true" required:"true"`
RunServer bool `split_words:"true" required:"true"`
RunWorker bool `split_words:"true" required:"true"`
}
Click to show internal directories.
Click to hide internal directories.