Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(application contracts.Application) *Service
func (*Service) RegisterGuard ¶
func (s *Service) RegisterGuard(name string, constructor contracts.AuthGuardConstructor) error
type SessionGuard ¶
type SessionGuard struct {
// contains filtered or unexported fields
}
func NewSessionGuard ¶
func NewSessionGuard(service contracts.SessionService) *SessionGuard
Click to show internal directories.
Click to hide internal directories.