package
0.0.0-20220902085847-effef60f7eaa
Repository: https://github.com/pascallin/go-kit-application.git
Documentation: pkg.go.dev

# Functions

MakeConcatEndpoint constructs a Concat endpoint wrapping the service.
No description provided by the author
MakeSumEndpoint constructs a Sum endpoint wrapping the service.
New returns a Set that wraps the provided server, and wires in all of the expected endpoint middlewares via the various parameters.

# Structs

ConcatRequest collects the request parameters for the Concat method.
ConcatResponse collects the response values for the Concat method.
No description provided by the author
No description provided by the author
Set collects all of the endpoints that compose an add service.
SumRequest collects the request parameters for the Sum method.
SumResponse collects the response values for the Sum method.