Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotSupportedForm = []notSupported{ { // contains filtered or unexported fields }, { // contains filtered or unexported fields }, }
since `validForm` method is not exposed by plural package, we need to do this manually
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.