Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeDoubleRequest ¶
type ComputeDoubleRequest struct {
Input64 int64
}
ComputeDoubleRequest is the internal representation of requests to the ComputeDouble endpoint.
type ComputeDoubleResponse ¶
type ComputeDoubleResponse struct {
Response int64
}
ComputeDoubleResponse is the internal representation of responses from the ComputeDouble endpoint.
type ServerInterface ¶
type ServerInterface interface { ComputeDouble(context.Context, *ComputeDoubleRequest, apiversion.Version) (*ComputeDoubleResponse, error) TellMeAPoem(context.Context, *TellMeAPoemRequest, apiversion.Version) (*TellMeAPoemResponse, error) }
All the functions this group's server needs to define.
type TellMeAPoemRequest ¶
type TellMeAPoemRequest struct {
IWantATitle bool
}
TellMeAPoemRequest is the internal representation of requests to the TellMeAPoem endpoint.
type TellMeAPoemResponse ¶
TellMeAPoemResponse is the internal representation of responses from the TellMeAPoem endpoint.
type VersionedAPI ¶
Click to show internal directories.
Click to hide internal directories.