# Functions
No description provided by the author
NewTestSession authorizes a session and starts a client proxy.
NewTestTcpServer creates a TestTcpServer and runs it.
WithSkipSessionTeardown can be used to override the normal behavior of the session sending a teardown request to the worker on completion.
# Constants
No description provided by the author
No description provided by the author
# Structs
Options contains various options.
TestSession represents an authorized session.
TestSessionConnection abstracts a connected session.
TestTcpServer defines a simple testing TCP server.
# Type aliases
Option is a function that takes in an options struct and sets values or returns an error.