Documentation
¶
Index ¶
Constants ¶
View Source
const ( //APPLY apply constant APPLY = "apply" //REMOVE remove constant REMOVE = "remove" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repo ¶
type Repo struct {
User string `json:"user"`
Name string `json:"name"`
Branch string `json:"branch"`
Tag string `json:"tag"`
Topics []string `json:"topics"`
}
Repo sane repo
type SaneConfig ¶
SaneConfig config for sane
Click to show internal directories.
Click to hide internal directories.