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 创建http_proxy驱动工厂
Register 注册http_proxy驱动工厂
type Config struct {
Name string `json:"name"`
Driver string `json:"driver"`
HideCredentials bool `json:"hide_credentials"`
User []User `json:"user"`
}
Config basic配置内容
type User struct {
Username string `json:"username"`
Password string `json:"password"`
Labels map[string]string `json:"labels"`
Expire int64 `json:"expire"`
}
User 用户信息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.