Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateReadyController ¶
type StateReadyController struct { raiden.ControllerBase Http string `path:"/state/ready" type:"custom"` Payload *StateReadyRequest Result StateReadyResponse }
type StateReadyRequest ¶
type StateReadyRequest struct { }
type StateReadyResponse ¶
type StateReadyResponse struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.