Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoTargets = errors.New("chart has no targets")
)
Functions ¶
func ListRecursiveFiles ¶
Types ¶
type Chart ¶
type Chart struct {
Path string
Targets map[string]*ChartTarget
}
type ChartCommand ¶
type ChartTarget ¶
type ChartTarget struct {
Base string
Alias string
Commands []ChartCommand
}
Click to show internal directories.
Click to hide internal directories.