Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandInit ¶ added in v1.1.5
func CommandInit(ctx *cli.Context) error
func GetWorkerPoolRunner ¶
func GetWorkerPoolRunner() dd.TaskRunner
Types ¶
type Config ¶
type Config struct { RepoConfig *RepoConfig `yaml:"repo"` SyncConfig *SyncConfig `yaml:"sync"` Cwd *string `yaml:"cwd"` }
Config - config represent config.yaml
type GitUpContext ¶
type GitUpContext struct {
// contains filtered or unexported fields
}
type RepoConfig ¶
type RepoConfig struct { Type *string `yaml:"type"` Host *string `yaml:"host,omitempty"` Token *string `yaml:"token,omitempty"` FilterArchived bool `yaml:"filter_archived,omitempty"` }
RepoConfig - repo setion of config.yaml
type SyncConfig ¶
SyncConfig - sync setion of config.yaml
Click to show internal directories.
Click to hide internal directories.