Documentation ¶
Index ¶
Constants ¶
View Source
const AuthMethodKey = "AuthMethod"
View Source
const ConfigKey = "Config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct { Remote string `mapstructure:"remote"` Branch string `mapstructure:"branch"` Directory string `mapstructure:"directory"` PollingInterval int `mapstructure:"pollinginterval"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` SSHKey string `mapstructure:"sshkey"` }
Click to show internal directories.
Click to hide internal directories.