Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
/**
* PathParams
*/
PathParams struct{}
/**
* QueryParams
*/
QueryParams struct{}
/**
* Body
*/
Body struct {
User string `json:"user" form:"user" xml:"user"`
Action string `json:"action" form:"action" xml:"action"`
Object string `json:"object" form:"object" xml:"object"`
Depth int `json:"depth" form:"depth" xml:"depth"`
}
}
Check -
Click to show internal directories.
Click to hide internal directories.