Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface {
Verify(user []byte, pass []byte) bool
HasUser(user []byte) bool
Users() []string
RandomUser() *AuthUser
}
func NewAuthenticator ¶
func NewAuthenticator(users []AuthUser) Authenticator
Click to show internal directories.
Click to hide internal directories.