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 ¶
Click to show internal directories.
Click to hide internal directories.