package
0.0.0-20241005092339-f013652955aa
Repository: https://github.com/dueckminor/go-sshtunnel.git
Documentation: pkg.go.dev

# Functions

Client returns an implementation of the API interface which uses the REST-API to talk with the server over /tmp/sshtunnel.sock.
Start starts the API controller.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ConnectIn defines the input parameters of the Connect API call.
No description provided by the author
Dialer defines a dialer.
Health is the transport format of the GET /health endpoint.
Proxy is the transport format of the POST /proxies endpoint.
Rule defines which IP Addresses get forwarded to a dialer.
SSHKey is the transport format of the POST /ssh/keys endpoint.
SSHTarget is the transport format of the POST /dialers endpoint.
Status is the transport format of the GET /status endpoint.

# Interfaces

API is the intrace of the REST API.

# Type aliases

No description provided by the author