Documentation ¶
Overview ¶
Package routes contains route handlers and logic for identity-api.
Package routes provides the routes for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
Router is the router for the application.
func NewRouter ¶
func NewRouter(logger *zap.SugaredLogger, config fositex.OAuth2Configurator, provider fosite.OAuth2Provider) *Router
NewRouter creates a new Router.
func (*Router) Routes ¶
func (r *Router) Routes(rg *gin.RouterGroup)
Routes registers the routes for the application.
Click to show internal directories.
Click to hide internal directories.