package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

NewID returns new session ID.
NewTerminalParamsFromInt returns new terminal parameters from int width and height.
NewTerminalParamsFromUint32 returns new terminal parameters from uint32 width and height.
ParseID parses ID and checks if it's correct.
UnmarshalTerminalParams takes a serialized string that contains the terminal parameters and returns a *TerminalParams.

# Constants

MaxSessionSliceLength is the maximum number of sessions per time window that the backend will return.

# Structs

FileTransferDecisionParams contains parameters for approving or denying a file transfer request.
FileTransferRequestParams contain parameters for requesting a file transfer.
Party is a participant a user or a script executing some action in the context of the session.
Session is a session of any kind (SSH, Kubernetes, Desktop, etc).
TerminalParams holds the terminal size in a session.

# Type aliases

ID is a unique session ID.