Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentKind ¶
type ContentKind int
const ( ContentKindMessage ContentKind = iota ContentKindNested )
type ContentNode ¶
type ContentNode struct { Kind ContentKind Message string Nested map[string]*ContentNode }
func (*ContentNode) UnmarshalJSON ¶
func (n *ContentNode) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.