Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListEmbedded ¶
Types ¶
type Template ¶
type Template struct { Description string `json:"description" yaml:"description"` Manifest types.Manifest `json:"manifest" yaml:"manifest"` // manifest to copy PostClone string `json:"post_clone,omitempty" yaml:"post_clone"` // action (make target) name that should be invoked after clone Check [][]string `json:"check,omitempty" yaml:"check,omitempty"` // check availability (one line - one check) Files map[string]string `json:"files,omitempty"` }
Click to show internal directories.
Click to hide internal directories.