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 Validation Validation OnlyModel bool Public bool }
Parser object
Click to show internal directories.
Click to hide internal directories.