Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigRepoData ¶
type ConfigRepoData struct {
Repos []ConfigRepoMeta `yaml:"repos"`
}
type ConfigRepoMeta ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(apiWatcher watcher.Watcher, api store.GetterSetter, localGitDir, sshKeyDir string) *Controller
Click to show internal directories.
Click to hide internal directories.