Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExampleSchema ¶ added in v0.1.8731
type ExampleSchema struct {
Description string `yaml:"description,omitempty"`
Usage ExampleUsageSchema `yaml:"usage,omitempty"`
Result ExampleUsageSchema `yaml:"result,omitempty"`
}
type ExampleUsageSchema ¶ added in v0.1.8731
type ExampleUsageSchema struct {
Version string `yaml:"version,omitempty"`
Orbs interface{} `yaml:"orbs,omitempty"`
Jobs interface{} `yaml:"jobs,omitempty"`
Workflows interface{} `yaml:"workflows"`
}
type OrbSchema ¶ added in v0.1.8731
type OrbSchema struct {
Version float32 `yaml:"version,omitempty"`
Description string `yaml:"description,omitempty"`
Display yaml.Node `yaml:"display,omitempty"`
Orbs yaml.Node `yaml:"orbs,omitempty"`
Commands yaml.Node `yaml:"commands,omitempty"`
Executors yaml.Node `yaml:"executors,omitempty"`
Jobs yaml.Node `yaml:"jobs,omitempty"`
Examples map[string]ExampleSchema `yaml:"examples,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.