Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
http.Handler
OperationID() string
Method() string
Path() string
PathSegments() path.Segments
Summary() string
Description() string
Deprecated() bool
Operators() []*operator.Factory
}
func NewHandlers ¶
func NewHandlers(route Route, service string, middlewares ...Middleware) ([]Handler, error)
type Meta ¶
type Middleware ¶
func ApplyMiddlewares ¶
func ApplyMiddlewares(mw ...Middleware) Middleware
func MethodOverwrite ¶
func MethodOverwrite() Middleware
Click to show internal directories.
Click to hide internal directories.