Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Render ¶
func Render(t *FulfilledTemplate, targetPath string) error
Types ¶
type Argument ¶
type Argument struct { Name string Type ParameterType Value string }
type FulfilledTemplate ¶
type Parameter ¶
type Parameter struct { Name string `yaml:"name"` Description string `yaml:"description"` Type ParameterType `yaml:"type"` }
type ParameterType ¶
type ParameterType string
var ( StringType ParameterType = "string" IntType ParameterType = "string" )
Click to show internal directories.
Click to hide internal directories.