Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "MYSQL"
Variables ¶
This section is empty.
Functions ¶
func NewAuthenticator ¶
func NewAuthenticator(ctx context.Context) (statistic.Authenticator, error)
Types ¶
type Authenticator ¶
type Authenticator struct { *memory.Authenticator // contains filtered or unexported fields }
type Config ¶
type Config struct {
MySQL MySQLConfig `json:"mysql" yaml:"mysql"`
}
Click to show internal directories.
Click to hide internal directories.