Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoreClient ¶
type BoreClient struct {
LocalEndpoint endpoint // local service to be forwarded
ServerEndpoint endpoint // remote SSH server
RemoteEndpoint endpoint // remote forwarding port (on remote SSH server network)
// contains filtered or unexported fields
}
BoreClient defines bore client.
func NewBoreClient ¶
func NewBoreClient(config Config) BoreClient
NewBoreClient returns new instance of BoreClient.
Click to show internal directories.
Click to hide internal directories.