Documentation ¶ Index ¶ func CustomHTTPError(ctx context.Context, mux *runtime.ServeMux, marshaler runtime.Marshaler, ...) func Gateway(gatewayHandle GatewayHandler) *runtime.ServeMux func RoutingErrorHandler(ctx context.Context, mux *runtime.ServeMux, marshaler runtime.Marshaler, ...) type GatewayHandler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CustomHTTPError ¶ added in v1.11.0 func CustomHTTPError(ctx context.Context, mux *runtime.ServeMux, marshaler runtime.Marshaler, w http.ResponseWriter, r *http.Request, err error) func Gateway ¶ func Gateway(gatewayHandle GatewayHandler) *runtime.ServeMux func RoutingErrorHandler ¶ func RoutingErrorHandler(ctx context.Context, mux *runtime.ServeMux, marshaler runtime.Marshaler, w http.ResponseWriter, r *http.Request, httpStatus int) Types ¶ type GatewayHandler ¶ type GatewayHandler func(context.Context, *runtime.ServeMux) Source Files ¶ View all Source files error.go gateway.go Click to show internal directories. Click to hide internal directories.