Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct {
// contains filtered or unexported fields
}
func NewAuthorizer ¶
func NewAuthorizer(enforcer enforcer.Enforcer) *Authorizer
func (*Authorizer) AuthorizationMiddleware ¶
func (a *Authorizer) AuthorizationMiddleware(next http.Handler) http.Handler
type ProjectCreation ¶
type ProjectCreation struct{}
func (*ProjectCreation) ProjectCreationMiddleware ¶
func (a *ProjectCreation) ProjectCreationMiddleware(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.