Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorReply ¶ added in v0.8.0
type ErrorReply struct {
ErrorMsg string `json:"error"`
}
func (*ErrorReply) Error ¶ added in v0.8.0
func (r *ErrorReply) Error() string
type NowRequest ¶ added in v0.8.0
type PingRequest ¶
type PingRequest struct {
Payload string `json:"payload"`
}
type ReverseReply ¶ added in v0.8.0
type ReverseReply struct {
ReversedString string `json:"reversedString"`
}
type ReverseRequest ¶ added in v0.8.0
type ReverseRequest struct {
String string `json:"string"`
}
Click to show internal directories.
Click to hide internal directories.