Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Array = func(evs *api.EnvVarDefinition) { evs.Type = api.EnvVarTypeArray } Bool = func(evs *api.EnvVarDefinition) { evs.Type = api.EnvVarTypeBoolean } Number = func(evs *api.EnvVarDefinition) { evs.Type = api.EnvVarTypeNumber } String = func(evs *api.EnvVarDefinition) { evs.Type = api.EnvVarTypeString } Required = func(evs *api.EnvVarDefinition) { evs.Required = true } )
Functions ¶
This section is empty.
Types ¶
type Var ¶
type Var struct {
// contains filtered or unexported fields
}
func (*Var) Type ¶
func (v *Var) Type() api.EnvVarType
type VarOption ¶
type VarOption func(*api.EnvVarDefinition)
Click to show internal directories.
Click to hide internal directories.