Documentation ¶
Overview ¶
Package dynamicmapping
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Strict = DynamicMapping{"strict"} Runtime = DynamicMapping{"runtime"} True = DynamicMapping{"true"} False = DynamicMapping{"false"} )
Functions ¶
This section is empty.
Types ¶
type DynamicMapping ¶
type DynamicMapping struct {
Name string
}
func (DynamicMapping) MarshalText ¶
func (d DynamicMapping) MarshalText() (text []byte, err error)
func (DynamicMapping) String ¶
func (d DynamicMapping) String() string
func (*DynamicMapping) UnmarshalJSON ¶ added in v8.7.1
func (d *DynamicMapping) UnmarshalJSON(data []byte) error
func (*DynamicMapping) UnmarshalText ¶
func (d *DynamicMapping) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.