Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScopeGlobal = "global" ScopeLocal = "local" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layout ¶ added in v0.3.23
Layout reports tenant-local agent directory layout (inbound uploads, shell cwd). workspace/default and workspace/tenant implement this; keep tool/fs-workspace.config.root and tool/shell-bash.config.workDir aligned with WorkDirRel().
type LocalTenantWalker ¶ added in v0.3.13
type LocalTenantWalker interface {
Service
WalkLocalTenants(ctx context.Context, fn func(context.Context) error) error
}
LocalTenantWalker enumerates isolated local workspace roots (multi-tenant setups). Implementations call fn with TurnEnvelope.Workspace set for each tenant.
Click to show internal directories.
Click to hide internal directories.