Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessHttpError ¶
func ProcessHttpError(err error, httpStatus int, w http.ResponseWriter)
Types ¶
type APIInterface ¶
type APIInterface interface {
Router() *mux.Router
Handler() http.Handler
RegisterBlueprints(r *mux.Router, blueprints ...BlueprintInterface)
UseMiddlewares(r *mux.Router, mwf ...mux.MiddlewareFunc)
}
APIInterface
type BlueprintInterface ¶
BlueprintInterface
Click to show internal directories.
Click to hide internal directories.