# Packages
Package common contains types and helper functions that are used across the different packages under internal/server/worker.
Package proxy contains a collection of proxy handlers for the worker to call once a connection has been authorized.
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
NewAuthorizedPkiTestWorker creates a new test worker with the provided upstreams and creates it in the provided repo as an authorized worker.
NewTestMultihopWorkers creates a PKI-KMS and PKI worker with the controller as an upstream, and two child workers (one PKI, one KMS) as downstreams of the initial workers (child PKI -> upstream PKI-KMS, child PKI-KMS -> upstream PKI).
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
TestConnectionInfo provides detail about a particular connection as a part of TestSessionInfo.
TestSessionInfo provides detail about a particular session from the worker's local session state.
TestWorker wraps a base.Server and Worker to provide a fully-programmatic worker for tests.
No description provided by the author
No description provided by the author