Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client allows interacting with the tunnel service.
type Endpoint ¶
type Endpoint struct { TunnelID string `json:"tunnelId"` BrokerEndpoint string `json:"brokerEndpoint"` }
Endpoint represents a tunnel endpoint.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages tunnels.
func NewManager ¶
NewManager returns a new manager instance.
Click to show internal directories.
Click to hide internal directories.