Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Git *GitConfig Slack *SlackConfig }
Config is root of toml config
type GitBranchConfig ¶
GitRepoConfig is for git repository
type GitConfig ¶
type GitConfig struct { Encrypted bool `toml:"encrypted"` Repo []GitRepoConfig `toml:"repository"` }
GitConfig is for github
type GitRepoConfig ¶
type GitRepoConfig struct { Url string `toml:"url"` Name string `toml:"name"` Branch []GitBranchConfig `toml:"branch"` }
GitRepoConfig is for git repository
type SlackConfig ¶
SlackConfig is for slack
Click to show internal directories.
Click to hide internal directories.