Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExposeClient ¶
type ExposeClient struct {
LocalEndpoint endpoint // local service to be forwarded
ServerEndpoint endpoint // remote SSH server
RemoteEndpoint endpoint // remote forwarding port (on remote SSH server network)
Password string
// contains filtered or unexported fields
}
func NewExposeClient ¶
func NewExposeClient(config Config) ExposeClient
func (*ExposeClient) Run ¶
func (c *ExposeClient) Run() error
Click to show internal directories.
Click to hide internal directories.