Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Endpoint string Insecure bool // DialTimeout is the timeout for failing to establish a connection. DialTimeout time.Duration // Context is the default client context; it can be used to cancel grpc dial out and // other operations that do not have an explicit context. Context context.Context }
type ProxyPool ¶
type ProxyPool interface { GetProxy(context.Context, *v2.GetProxyRequest) (*v2.Proxy, error) DeleteProxy(context.Context, *v2.Proxy) error }
func NewProxyPool ¶
type ValidateStreamResponse ¶
Click to show internal directories.
Click to hide internal directories.