Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParameterSettings ¶
type ParameterSettings struct {
Min int `yaml:"min,omitempty"`
Max int `yaml:"max,omitempty"`
Exact int `yaml:"exact,omitempty"`
Pointers bool `yaml:"pointers"`
Types []string `yaml:"types,omitempty"`
}
A Parameter defines how the parameters should be generated
type Render ¶
type Render struct {
Type string `yaml:"type,omitempty"`
Numeric bool `yaml:"numeric,omitempty"`
Parameters ParameterSettings `yaml:"parameters,omitempty"`
}
A render is a specific type and parameter settings for a thing like a function
Click to show internal directories.
Click to hide internal directories.