Documentation
¶
Index ¶
Constants ¶
View Source
const (
Version = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Version int `yaml:"version"`
Project string `yaml:"project"`
Env yaml.MapSlice `yaml:"env"` // Use MapSlice to preserve order.
Options map[string]interface{} `yaml:"options"`
Interpreter string `yaml:"interpreter"`
Import []string `yaml:"import"`
Commands Commands `yaml:"commands"`
}
Click to show internal directories.
Click to hide internal directories.