Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRouter ¶
type IRouter interface { httpRouter.IRouter }
func NewHTTPRouter ¶
func NewHTTPRouter(router httpRouter.IRouter, authzMiddleware middlewares.IAuthzMiddleware, workspaceHandler *workspace.Handler, repositoryHandler *repository.Handler, healthHandler *health.Handler) IRouter
type Router ¶
type Router struct { httpRouter.IRouter middlewares.IAuthzMiddleware swagger.ISwagger // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.