Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidAction = fmt.Errorf("Action is not found, use one of the following [%s]", strings.Join(misc.ACTIONS, ", "))
ErrInvalidAction - invalid action
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { Name string Fields []Field Actions []string Relationships Relationships OnlyModel bool Public bool }
Parser object
type Relationships ¶ added in v1.0.11
Relationships - list of relationships
Click to show internal directories.
Click to hide internal directories.