Documentation
¶
Overview ¶
Package client implements the otun tunnel client.
Index ¶
Constants ¶
View Source
const ( // HeartbeatInterval is how often to send heartbeat messages. HeartbeatInterval = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the otun tunnel client.
func (*Client) WithSubdomain ¶
WithSubdomain sets a preferred subdomain for the tunnel.
Click to show internal directories.
Click to hide internal directories.