Documentation ¶
Index ¶
- type Field
- func (m Field) DeserializeValueFromString(s string) (interface{}, error)
- func (m Field) GetFieldType() field.Field
- func (m Field) MapValueToAlias(original interface{}) (storage interface{}, err error)
- func (m Field) MarshalJSON() ([]byte, error)
- func (m Field) SerializeValueToString(value interface{}) string
- func (m Field) UnmapValueFromAlias(storage interface{}) (original interface{})
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { }
func (Field) DeserializeValueFromString ¶
func (Field) GetFieldType ¶
func (Field) MapValueToAlias ¶
func (Field) MarshalJSON ¶
func (Field) SerializeValueToString ¶
func (Field) UnmapValueFromAlias ¶
func (m Field) UnmapValueFromAlias(storage interface{}) (original interface{})
Click to show internal directories.
Click to hide internal directories.