Documentation ¶ Index ¶ Constants type Service Constants ¶ View Source const ( ScopeGlobal = "global" ScopeLocal = "local" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { Resolve(ctx context.Context, rel string) (string, error) } Service resolves config-relative paths for the current request context. Implementations may scope roots by session, agent, or other ctx values; swap the workspace plugin to change isolation policy. Source Files ¶ View all Source files workspace.go Click to show internal directories. Click to hide internal directories.