Documentation ¶
Index ¶
- func ViperDecoderHook() libmap.DecodeHookFuncType
- type Mode
- func (c Mode) Code() string
- func (c Mode) MarshalCBOR() ([]byte, error)
- func (c Mode) MarshalJSON() ([]byte, error)
- func (c Mode) MarshalTOML() ([]byte, error)
- func (c Mode) MarshalText() ([]byte, error)
- func (c Mode) MarshalYAML() (interface{}, error)
- func (c Mode) String() string
- func (c *Mode) UnmarshalCBOR(bytes []byte) error
- func (c *Mode) UnmarshalJSON(bytes []byte) error
- func (c *Mode) UnmarshalTOML(i interface{}) error
- func (c *Mode) UnmarshalText(bytes []byte) error
- func (c *Mode) UnmarshalYAML(value *yaml.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ViperDecoderHook ¶
func ViperDecoderHook() libmap.DecodeHookFuncType
Types ¶
type Mode ¶
type Mode uint8
func ParseBytes ¶
func ParseInt64 ¶
func (Mode) MarshalCBOR ¶
func (Mode) MarshalJSON ¶
func (Mode) MarshalTOML ¶
func (Mode) MarshalText ¶
func (Mode) MarshalYAML ¶
func (*Mode) UnmarshalCBOR ¶
func (*Mode) UnmarshalJSON ¶
func (*Mode) UnmarshalTOML ¶
func (*Mode) UnmarshalText ¶
func (*Mode) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.