Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeExampleEchoEndpoint ¶
func MakeExampleEchoEndpoint(s service.Service) kitendpoint.Endpoint
MakeExampleEchoEndpoint ...
func MakeExampleRPCEndpoint ¶
func MakeExampleRPCEndpoint(s service.Service) kitendpoint.Endpoint
MakeExampleRPCEndpoint ...
func MakeExampleTraceEndpoint ¶
func MakeExampleTraceEndpoint(s service.Service) kitendpoint.Endpoint
MakeExampleTraceEndpoint ...
Types ¶
type ExampleEndpoints ¶
type ExampleEndpoints struct { Echo kitendpoint.Endpoint RPC kitendpoint.Endpoint Trace kitendpoint.Endpoint }
ExampleEndpoints ...
func NewExampleEndpoints ¶
func NewExampleEndpoints(s service.Service) ExampleEndpoints
NewExampleEndpoints ...
Click to show internal directories.
Click to hide internal directories.