Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultDynamicAddress is the default address that the dynamic pkg will // use if an alternate address is not specified DefaultDynamicAddress = "dproxy.batch.sh:443" // ReconnectSleep determines the length of time to wait between reconnect attempts to dProxy ReconnectSleep = time.Second * 5 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Client services.DProxyClient
Conn *grpc.ClientConn
Token string
MessageBus string
OutboundMessageCh chan *events.Outbound
Options *opts.DynamicOptions
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.