Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdConfig ¶ added in v3.2.29
func NewEtcdConfig ¶ added in v3.2.29
func NewEtcdConfig() *EtcdConfig
func (*EtcdConfig) Store ¶ added in v3.2.29
func (proxy *EtcdConfig) Store(client *etcdv3.Config)
type GrpcConfig ¶ added in v3.2.29
Grpc ...
func NewGrpcConfig ¶ added in v3.2.29
func NewGrpcConfig() *GrpcConfig
func (*GrpcConfig) Store ¶ added in v3.2.29
func (proxy *GrpcConfig) Store(client *grpc.Config)
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy 代理池
func (*Proxy) StoreEtcd ¶ added in v3.2.29
func (proxypool *Proxy) StoreEtcd(group string, proxy *EtcdConfig)
func (*Proxy) StoreGrpc ¶
func (proxypool *Proxy) StoreGrpc(group string, proxy *GrpcConfig)
Click to show internal directories.
Click to hide internal directories.