Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigMapMapper ¶
type ConfigMapMapper struct {
mappers.DefaultMapper
}
func NewConfigMapMapper ¶
func NewConfigMapMapper(field string) ConfigMapMapper
func (ConfigMapMapper) FromInternal ¶
func (d ConfigMapMapper) FromInternal(data map[string]interface{})
func (ConfigMapMapper) ToInternal ¶
func (d ConfigMapMapper) ToInternal(data map[string]interface{}) error
type Fuzzy ¶
type Fuzzy struct { mappers.DefaultMapper // contains filtered or unexported fields }
func (Fuzzy) FromInternal ¶
func (Fuzzy) ToInternal ¶
type QuantityMapper ¶
type QuantityMapper struct {
mappers.DefaultMapper
}
func NewQuantity ¶
func NewQuantity(field string) QuantityMapper
func (QuantityMapper) FromInternal ¶
func (d QuantityMapper) FromInternal(data map[string]interface{})
func (QuantityMapper) ToInternal ¶
func (d QuantityMapper) ToInternal(data map[string]interface{}) error
type Scale ¶
type Scale struct {
mappers.DefaultMapper
}
func (Scale) FromInternal ¶
func (Scale) ToInternal ¶
Click to show internal directories.
Click to hide internal directories.