Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dialer ¶
type Dialer struct { Router sniproxy.Router WebSocketDialer *websocket.Dialer TunnelOptions *sniproxy.Options }
Dialer dials to a HomeDrive Fabrics service.
type SimpleRouter ¶
type SimpleRouter struct { Host string // Host to route to. User string Key []byte KeyFile string Transport http.RoundTripper }
SimpleRouter provides a simple endpoint based router. It directly contacts the fabrics node for a token.
Click to show internal directories.
Click to hide internal directories.