Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawMessage ¶
type RawMessage []byte
RawMessage is a raw encoded YAML value.
func (RawMessage) Unmarshal ¶
func (msg RawMessage) Unmarshal(v interface{}) error
Unmarshal decodes msg into v.
func (*RawMessage) UnmarshalYAML ¶
func (msg *RawMessage) UnmarshalYAML(bytes []byte) error
UnmarshalYAML decodes bytes into msg.
Click to show internal directories.
Click to hide internal directories.