Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerRegistrar ¶
type HandlerRegistrar func(middleware.RoutableAPI)
HandlerRegistrar is a function which is called to register handler functions to the API
type SwaggerAPI ¶
type SwaggerAPI interface { middleware.RoutableAPI SetSpec(*loads.Document) }
SwaggerAPI is an interface for APIs based on swagger documents
Click to show internal directories.
Click to hide internal directories.