package
1.0.0-beta.3
Repository: https://github.com/mizosukedev/securetunnel.git
Documentation: pkg.go.dev
# Functions
NewLocalProxy returns a LocalProxy instance.
NewLocalSocketManager returns a LocalSocketManager instance.
No description provided by the author
NewTCPServer returns a tcpServer instance.
ParseServiceConfigs returns []ServiceConfig from given argument string.
ParseURL returns network and address from given argument string.
# Structs
LocalProxy represents localproxy in aws secure tunneling service.
LocalProxyOptions represents options of LocalProxy.
LocalSocketManager is a structure for managing local connections.
No description provided by the author
No description provided by the author
No description provided by the author
ServiceConfig is a structure that holds network connection information for each serviceID.
TCPServer is a structure for building TCP server locally.
# Interfaces
SocketReader is an interface that processes data read from local sockets.