package
0.7.0
Repository: https://github.com/superfly/wormhole.git
Documentation: pkg.go.dev

# Functions

NewHTTP2Session creates new TCPSession struct.
NewRedisStore returns RedisStore struct.
NewRegistry initializes a new Registry struct.
NewSSHSession creates new SshSession struct.
NewTCPSession creates new TCPSession struct.

# Structs

HTTP2Session extends information about connected client stored in Session.
HTTP2SessionArgs defines the arguments to be passed to NewHTTP2Session.
RedisStore is session persistence using Redis.
Registry holds references to all active sessions.
SSHSession extends information about connected client stored in Session.
TCPSession extends information about connected client stored in Session.

# Interfaces

Session hold information about connected client.
Store is an interface to session persistence layer, e.g.