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 ¶
type EnumListValue struct {
Enum []string
Default []string
AllowEmpty bool
// contains filtered or unexported fields
}
EnumListValue ...
func (EnumListValue) String ¶
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.