Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleRequest ¶
type ExampleRequest struct {
Text string `json:"text"`
}
ExampleRequest is just a simple example request.
type ExampleResponse ¶
ExampleResponse is just a simple example response.
func (ExampleResponse) Err ¶
func (r ExampleResponse) Err() error
Err is just a simple example error.
Click to show internal directories.
Click to hide internal directories.