package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

WithWorkspace constructs a new context that is associated with the given workspace.
WorkspaceFromContext extracts a workspace from the given context, or nil if there is none.

# Structs

Workspace provides temporary per-thread memory for routines that only need to use it within the context of their current stack frame.