Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RepoConfig RepoConfig `json:"repo"` GitConfig GitConfig `json:"git"` Cwd string `json:"cwd"` }
Config - config represent config.json
type Git ¶
type Git struct {
// contains filtered or unexported fields
}
Git represent a set of git commands to one git repository and one local path
type RepoConfig ¶
type RepoConfig struct { Type string `json:"type"` Host string `json:"host"` Token string `json:"token"` }
RepoConfig - repo setion of config.json
Click to show internal directories.
Click to hide internal directories.