Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MDMarshaler ¶ added in v0.18.0
func NewMDMarshaler ¶ added in v0.18.0
func NewMDMarshaler(md metadata.MD) *MDMarshaler
func (*MDMarshaler) MarshalYAML ¶ added in v0.18.0
func (m *MDMarshaler) MarshalYAML() ([]byte, error)
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.