Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BounceBounceHandler ¶
type BounceBounceHandler struct { Deps *module.Dependencies // contains filtered or unexported fields }
BounceBounceHandler is the handler for "Bounce::bounce".
func NewBounceBounceHandler ¶
func NewBounceBounceHandler(deps *module.Dependencies) *BounceBounceHandler
NewBounceBounceHandler creates a handler to be registered with a thrift server.
type Endpoint ¶
Endpoint registers a request handler on a gateway
func NewEndpoint ¶
func NewEndpoint(deps *module.Dependencies) Endpoint
NewEndpoint returns a collection of endpoints that can be registered on a gateway
type EndpointHandlers ¶
type EndpointHandlers struct {
BounceBounceHandler *BounceBounceHandler
}
EndpointHandlers is a collection of individual endpoint handlers
Click to show internal directories.
Click to hide internal directories.