client

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2023 License: MIT Imports: 7 Imported by: 0

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.

func (*BoreClient) Run

func (c *BoreClient) Run() error

Run starts the client.

type Config

type Config struct {
	RemoteServer string
	RemotePort   int
	LocalServer  string
	LocalPort    int
	BindPort     int
	ID           string
	KeepAlive    bool
}

Config holds configuration data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL