Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallRequest ¶
type CallRequest struct { URL string `json:"url"` Method string `json:"method"` Body interface{} `json:"body"` }
CallRequest godoc
type ControlSuccess ¶
type ControlSuccess struct {
Status string `json:"status" example:"success"`
}
ControlSuccess godoc
type Error ¶
type Error struct {
Error string `json:"error" example:"something went wrong"`
}
Error model
Click to show internal directories.
Click to hide internal directories.