package
1.4.1-hotfix-maintenence
Repository: https://github.com/uber/zanzibar.git
Documentation: pkg.go.dev
# Functions
NewEndpoint returns a collection of endpoints that can be registered on a gateway.
NewSimpleServiceCallHandler creates a handler.
NewSimpleServiceCompareHandler creates a handler.
NewSimpleServiceGetProfileHandler creates a handler.
NewSimpleServiceHeaderSchemaHandler creates a handler.
NewSimpleServicePingHandler creates a handler.
NewSimpleServiceSillyNoopHandler creates a handler.
NewSimpleServiceTransHandler creates a handler.
NewSimpleServiceTransHeadersHandler creates a handler.
NewSimpleServiceTransHeadersNoReqHandler creates a handler.
NewSimpleServiceTransHeadersTypeHandler creates a handler.
# Structs
EndpointHandlers is a collection of individual endpoint handlers.
SimpleServiceCallHandler is the handler for "/baz/call".
SimpleServiceCompareHandler is the handler for "/baz/compare".
SimpleServiceGetProfileHandler is the handler for "/baz/get-profile".
SimpleServiceHeaderSchemaHandler is the handler for "/baz/header-schema".
SimpleServicePingHandler is the handler for "/baz/ping".
SimpleServiceSillyNoopHandler is the handler for "/baz/silly-noop".
SimpleServiceTransHandler is the handler for "/baz/trans".
SimpleServiceTransHeadersHandler is the handler for "/baz/trans-headers".
SimpleServiceTransHeadersNoReqHandler is the handler for "/baz/trans-headers-no-req".
SimpleServiceTransHeadersTypeHandler is the handler for "/baz/trans-header-type".
# Interfaces
Endpoint registers a request handler on a gateway.