Documentation ¶
Overview ¶
Package config handles configuring of the bot.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildHash = goconfigure.UNSET
BuildHash is set by the Makefile and is the current git hash when the binary was built. Note if there are uncommitted changes in repository then the hash may not be accurate.
View Source
var BuildTimestamp = goconfigure.UNSET
BuildTimestamp is set by the Makefile and is the time the binary was built.
View Source
var BuildVersion = goconfigure.UNSET
BuildVersion is set by the Makefile and is taken from the git branch, or git tag.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
AWS options.
func (*AWS) Description ¶
Description for the configuration block.
func (*AWS) Register ¶
func (a *AWS) Register(opts goconfigure.OptionSet)
Register the configuration block.
Click to show internal directories.
Click to hide internal directories.