package
2.2.4+incompatible
Repository: https://github.com/goadesign/examples.git
Documentation: pkg.go.dev
# Functions
ConcatbytesfieldTextPath returns the URL path to the text service concatbytesfield HTTP endpoint.
ConcatbytesTextPath returns the URL path to the text service concatbytes HTTP endpoint.
ConcatstringfieldTextPath returns the URL path to the text service concatstringfield HTTP endpoint.
ConcatstringsTextPath returns the URL path to the text service concatstrings HTTP endpoint.
DecodeConcatbytesfieldRequest returns a decoder for requests sent to the text concatbytesfield endpoint.
DecodeConcatbytesRequest returns a decoder for requests sent to the text concatbytes endpoint.
DecodeConcatstringfieldRequest returns a decoder for requests sent to the text concatstringfield endpoint.
DecodeConcatstringsRequest returns a decoder for requests sent to the text concatstrings endpoint.
EncodeConcatbytesfieldResponse returns an encoder for responses returned by the text concatbytesfield endpoint.
EncodeConcatbytesResponse returns an encoder for responses returned by the text concatbytes endpoint.
EncodeConcatstringfieldResponse returns an encoder for responses returned by the text concatstringfield endpoint.
EncodeConcatstringsResponse returns an encoder for responses returned by the text concatstrings endpoint.
Mount configures the mux to serve the text endpoints.
MountConcatbytesfieldHandler configures the mux to serve the "text" service "concatbytesfield" endpoint.
MountConcatbytesHandler configures the mux to serve the "text" service "concatbytes" endpoint.
MountConcatstringfieldHandler configures the mux to serve the "text" service "concatstringfield" endpoint.
MountConcatstringsHandler configures the mux to serve the "text" service "concatstrings" endpoint.
MountGenHTTPOpenapiJSON configures the mux to serve GET request made to "/swagger.json".
New instantiates HTTP handlers for all the text service endpoints using the provided encoder and decoder.
NewConcatbytesfieldHandler creates a HTTP handler which loads the HTTP request and calls the "text" service "concatbytesfield" endpoint.
NewConcatbytesfieldPayload builds a text service concatbytesfield endpoint payload.
NewConcatbytesHandler creates a HTTP handler which loads the HTTP request and calls the "text" service "concatbytes" endpoint.
NewConcatbytesPayload builds a text service concatbytes endpoint payload.
NewConcatstringfieldHandler creates a HTTP handler which loads the HTTP request and calls the "text" service "concatstringfield" endpoint.
NewConcatstringfieldPayload builds a text service concatstringfield endpoint payload.
NewConcatstringsHandler creates a HTTP handler which loads the HTTP request and calls the "text" service "concatstrings" endpoint.
NewConcatstringsPayload builds a text service concatstrings endpoint payload.
# Structs
MountPoint holds information about the mounted endpoints.
Server lists the text service endpoint HTTP handlers.
# Interfaces
ErrorNamer is an interface implemented by generated error structs that exposes the name of the error as defined in the design.