Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
Name string `json:"name"`
Tags tags.DocTags `json:"tags,omitempty"`
Type Object `json:"type,omitempty"`
}
func ParseEvents ¶
type Node ¶
type Object ¶
type Object struct {
Name string `json:"name"`
Type string `json:"type"`
Fields []Object `json:"fields,omitempty"`
Tags tags.DocTags `json:"tags,omitempty"`
TypeTags map[string][]string `json:"typeTags,omitempty"`
SubTypes map[string]Object `json:"subTypes,omitempty"`
IsMap bool `json:"isMap,omitempty"`
IsArray bool `json:"isArray,omitempty"`
IsPrivate bool `json:"isPrivate,omitempty"`
IsNullable bool `json:"isNullable,omitempty"`
IsEllipsis bool `json:"isEllipsis,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.