Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Op ¶
type Op struct { Name string `json:"name" validate:"required"` Arg interface{} `json:"arg,omitempty"` }
type RegisterParams ¶
type RegisterParams struct { Name string `json:"name" validate:"required"` State interface{} `json:"state" validate:"required"` }
Click to show internal directories.
Click to hide internal directories.