Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlatformYAML = "platform.yaml" PlatformYML = "platform.yml" )
Variables ¶
This section is empty.
Functions ¶
func GitLabelEnumFromYAML ¶
Types ¶
type Component ¶
type Component struct { ID string `yaml:"id"` Title string `yaml:"title"` Description string `yaml:"description"` Inputs *jsonschema.Node `yaml:"inputs"` Outputs *jsonschema.Node `yaml:"outputs"` }
type Components ¶
type Components []Component
func (Components) Init ¶
func (iArr Components) Init()
type Terrarium ¶
type Terrarium struct { // DependencyInterfaces holds the list of all interfaces defined in the file. Terrarium Components `yaml:"components,omitempty"` }
Click to show internal directories.
Click to hide internal directories.