Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct{}
func (*AuthService) Authenticate ¶
func (service *AuthService) Authenticate( credentials IUserCredentials, ) (interface{}, bool)
type IAuthService ¶
type IAuthService interface {
Authenticate(IUserCredentials) (interface{}, bool)
}
func NewAuthService ¶
func NewAuthService() IAuthService
type IUserCredentials ¶
Click to show internal directories.
Click to hide internal directories.