Documentation
¶
Index ¶
Constants ¶
View Source
const BLANK = ""
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
Types ¶
type Configuration ¶
type Configuration struct {
Version string `json:"version"`
Main invokers.CommandEntrypoint `json:"main-resource"`
Resources map[string]invokers.CommandEntrypoint `json:"resources"`
Unformed map[string]interface{} `json:"unformed"`
}
Click to show internal directories.
Click to hide internal directories.