Documentation
¶
Index ¶
Constants ¶
View Source
const (
RepoDefaultCtx = "default"
)
Variables ¶
Functions ¶
func AliasExists ¶
func GetRepoUrl ¶
func ReadDefaultConfig ¶
func TruncateFile ¶
Types ¶
type RepoCtxCfg ¶
type RepoCtxCfg struct { Default RepoCtx `json:"default,omitempty"` Repos []RepoCtx `json:"repos,omitempty"` }
func LoadRepoCfg ¶
func LoadRepoCfg(reader io.Reader) (RepoCtxCfg, error)
Click to show internal directories.
Click to hide internal directories.