Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct {
Dir string `json:"-"`
Filename string `json:"-"`
Prefix string `json:"-"`
App string `json:"app"`
Branch string `json:"branch"`
Name string `json:"name"`
Path string `json:"path"`
Repo string `json:"repo"`
Types []string `json:"types"`
}
func NewTargetsFromFile ¶
NewTargetsFromFile creates a new Target struct from a JSON file
Click to show internal directories.
Click to hide internal directories.