Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTimestampFormat = "2006-01-02 15:04:05"
DefaultTimestampFormat ...
Functions ¶
This section is empty.
Types ¶
type EnumListValue ¶ added in v0.1.1
type EnumListValue struct { Enum []string Default []string AllowEmpty bool // contains filtered or unexported fields }
EnumListValue ...
func (EnumListValue) Parse ¶ added in v0.1.1
func (e EnumListValue) Parse(value string) []string
Parse ...
func (EnumListValue) String ¶ added in v0.1.1
func (e EnumListValue) String() string
type EnumValue ¶
type EnumValue struct { Enum []string Default string AllowNone bool // contains filtered or unexported fields }
EnumValue ...
type TimestampValue ¶
type TimestampValue struct { Format *string Default time.Time // contains filtered or unexported fields }
TimestampValue ...
func (TimestampValue) String ¶
func (ts TimestampValue) String() string
Click to show internal directories.
Click to hide internal directories.