Documentation ¶
Index ¶
- func MapstructureDecodeFunc() mapstructure.DecodeHookFuncType
- type UUID
- func (u UUID) IsNil() bool
- func (u UUID) MarshalBSONValue() (bsontype.Type, []byte, error)
- func (u UUID) MarshalJSON() ([]byte, error)
- func (u UUID) MarshalYAML() (interface{}, error)
- func (u UUID) String() string
- func (u *UUID) Unmarshal(v *yaml.Node) error
- func (u *UUID) UnmarshalBSONValue(t bsontype.Type, bs []byte) error
- func (u *UUID) UnmarshalJSON(bs []byte) error
- func (u *UUID) UnmarshalYAML(v *yaml.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapstructureDecodeFunc ¶
func MapstructureDecodeFunc() mapstructure.DecodeHookFuncType
Types ¶
type UUID ¶
type UUID string
func (UUID) MarshalJSON ¶
func (UUID) MarshalYAML ¶
func (*UUID) UnmarshalBSONValue ¶
func (*UUID) UnmarshalJSON ¶
func (*UUID) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.