Documentation
¶
Index ¶
Constants ¶
View Source
const (
DatetimeFormat = "2006/01/02 15:04:05 MST"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Slack Slack `toml:"slack"`
Mongo Mongo `toml:"mongo"`
GitRemote GitRemote `toml:"gitremote"`
}
var (
Conf *Config
)
Click to show internal directories.
Click to hide internal directories.