Versions in this module Expand all Collapse all v1 v1.1.0 Feb 20, 2020 Changes in this version + const APPLY + const REMOVE + var TopicMap = map[string]string + func Check(err error) + func CheckCouldntParse(err error, info string) + func CheckSaneDir() + func CheckWithMessage(err error, msg string) + func Cmd() + func Contains(arr []Repo, item Repo) bool + func DoConfig(repo Repo, home string, cfg SaneConfig, mode string) + func GetRepoFolder(repo Repo) string + func GetTopicEmojis(topics []string) string + func IndexOf(arr []Repo, item Repo) int + func Mapkeys(m map[string]string, value string) []string + func StartConfig(repo Repo, home string) + func StopConfig(repo Repo, home string) + func WriteConfig(config SaneConfig) + type DockerConfig struct + Deamon bool + Environment []EnvironmentPair + Image string + Interactive bool + Ipc string + Name string + Net string + Pid string + Ports []PortMapping + Start int + Stop int + Volumes []VolumeMapping + type EnvironmentPair struct + Key string + Value string + type GhResult struct + Names []string + type PortMapping struct + Source string + Target string + type Repo struct + Branch string + Name string + Tag string + Topics []string + User string + func GetRepoFromString(configString string) Repo + type SaneConfig struct + Aliases map[string]string + Repos []Repo + func AutoPullRepo(cfg SaneConfig, repo Repo, home string) SaneConfig + func PullRepo(repo Repo, home string, cfg SaneConfig) SaneConfig + func PurgeRepo(repo Repo, home string, cfg SaneConfig) SaneConfig + func ReadConfig() SaneConfig + type VolumeMapping struct + Source string + Target string v1.0.0 Feb 12, 2020