Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
ErrorMsg string `json:"error"`
}
func (*ErrorResponse) Error ¶
func (r *ErrorResponse) Error() string
type PingRequest ¶
type PingRequest struct {
Payload string
}
type TestRequest ¶ added in v0.2.0
type TestRequest struct {
X int
}
Click to show internal directories.
Click to hide internal directories.