package
1.4.1-hotfix-maintenence
Repository: https://github.com/uber/zanzibar.git
Documentation: pkg.go.dev
# Functions
NewBarArgNotStructHandler creates a handler.
NewBarArgWithHeadersHandler creates a handler.
NewBarArgWithManyQueryParamsHandler creates a handler.
NewBarArgWithNearDupQueryParamsHandler creates a handler.
NewBarArgWithNestedQueryParamsHandler creates a handler.
NewBarArgWithParamsAndDuplicateFieldsHandler creates a handler.
NewBarArgWithParamsHandler creates a handler.
NewBarArgWithQueryHeaderHandler creates a handler.
NewBarArgWithQueryParamsHandler creates a handler.
NewBarDeleteWithBodyHandler creates a handler.
NewBarHelloWorldHandler creates a handler.
NewBarListAndEnumHandler creates a handler.
NewBarMissingArgHandler creates a handler.
NewBarNoRequestHandler creates a handler.
NewBarNormalHandler creates a handler.
NewBarTooManyArgsHandler creates a handler.
NewEndpoint returns a collection of endpoints that can be registered on a gateway.
# Structs
BarArgNotStructHandler is the handler for "/bar/arg-not-struct-path".
BarArgWithHeadersHandler is the handler for "/bar/argWithHeaders".
BarArgWithManyQueryParamsHandler is the handler for "/bar/argWithManyQueryParams".
BarArgWithNearDupQueryParamsHandler is the handler for "/bar/argWithNearDupQueryParams".
BarArgWithNestedQueryParamsHandler is the handler for "/bar/argWithNestedQueryParams".
BarArgWithParamsAndDuplicateFieldsHandler is the handler for "/bar/argWithParamsAndDuplicateFields/:uuid/segment".
BarArgWithParamsHandler is the handler for "/bar/argWithParams/:uuid/segment/:user-uuid".
BarArgWithQueryHeaderHandler is the handler for "/bar/argWithQueryHeader".
BarArgWithQueryParamsHandler is the handler for "/bar/argWithQueryParams".
BarDeleteWithBodyHandler is the handler for "/bar/withBody".
BarHelloWorldHandler is the handler for "/bar/hello".
BarListAndEnumHandler is the handler for "/bar/list-and-enum".
BarMissingArgHandler is the handler for "/bar/missing-arg-path".
BarNoRequestHandler is the handler for "/bar/no-request-path".
BarNormalHandler is the handler for "/bar/bar-path".
BarTooManyArgsHandler is the handler for "/bar/too-many-args-path".
EndpointHandlers is a collection of individual endpoint handlers.
# Interfaces
Endpoint registers a request handler on a gateway.