package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Jan 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewFactory 生成一个 auth_apiKey工厂
type Config struct {
Driver string `json:"driver"`
Name string `json:"name"`
HideCredentials bool `json:"hide_credentials"`
User []User `json:"user"`
}
Config apiKey配置内容
type User struct {
Apikey string `json:"apikey"`
Label map[string]string `json:"label"`
Expire int64 `json:"expire"`
}
User 用户信息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.