Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidVarType = fmt.Errorf("not a valid VarType, try [%s]", strings.Join(_VarTypeNames, ", "))
Functions ¶
func FilesEndpointEnabled ¶
func FilesEndpointEnabled() bool
func HasConfigTemplate ¶
func HasConfigTemplate() bool
func IsStaticContent ¶
func IsStaticContent() bool
func VarTypeNames ¶
func VarTypeNames() []string
VarTypeNames returns a list of possible string values of VarType.
Types ¶
type Field ¶
type VarType ¶
type VarType uint8
Variable type ENUM( string // String bool // Boolean int // Integer array // Array )
func ParseVarType ¶
ParseVarType attempts to convert a string to a VarType.
func (VarType) MarshalText ¶
MarshalText implements the text marshaller method.
func (*VarType) UnmarshalText ¶
UnmarshalText implements the text unmarshaller method.
Click to show internal directories.
Click to hide internal directories.