Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseService ¶
func NewBaseService ¶
func NewBaseService() *BaseService
NewBaseService returns a new query base service.
func (*BaseService) ServiceType ¶
func (service *BaseService) ServiceType() plugins.ServiceType
ServiceType returns the plug-in service type.
type PasswordAuthenticatorService ¶
type PasswordAuthenticatorService interface {
CreatePasswordAuthenticatorWithConfig(config Config) (auth.PasswordAuthenticator, error)
}
PasswordAuthenticator is an interface for password authenticator.
Click to show internal directories.
Click to hide internal directories.