Documentation ¶
Index ¶
Constants ¶
View Source
const ServiceName = "concat"
ServiceName is the name of the service as defined in the design. This is the same value that is set in the endpoint request contexts under the ServiceKey key.
Variables ¶
View Source
var MethodNames = [1]string{"concat"}
MethodNames lists the service method names as defined in the design. These are the same values that are set in the endpoint request contexts under the MethodKey key.
Functions ¶
func NewConcatEndpoint ¶
NewConcatEndpoint returns an endpoint function that calls the method "concat" of service "concat".
Types ¶
type Client ¶
Client is the "concat" service client.
type ConcatPayload ¶
ConcatPayload is the payload type of the concat service concat method.
type Endpoints ¶
Endpoints wraps the "concat" service endpoints.
func NewEndpoints ¶
NewEndpoints wraps the methods of the "concat" service with endpoints.
Click to show internal directories.
Click to hide internal directories.