Documentation
¶
Index ¶
Constants ¶
View Source
const VariablePlaceHolderPrefix = "$"
Variables ¶
View Source
var ConfigurationsRelativeFileExtension = ".yaml"
View Source
var ConfigurationsRelativeFilePath = "./configurations"
View Source
var Resources = map[string]Resource{}
Functions ¶
func GetAvailableResourceNames ¶
func GetAvailableResourceNames() []string
Types ¶
type Command ¶
type Resource ¶
type Resource struct { Name string `yaml:"name"` DefaultCommand string `yaml:"defaultCommand"` Commands []Command `yaml:"commands"` }
func (*Resource) GetCommand ¶
func (*Resource) GetCommandNames ¶
Click to show internal directories.
Click to hide internal directories.