Documentation
¶
Overview ¶
Package workref provides tiny shared workspace reference value objects used to pass workspace identifiers and paths through transport and runtime helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathRef ¶
type PathRef struct {
WorkspaceID string `json:"workspace_id,omitempty" yaml:"workspace_id,omitempty"`
WorkspacePath string `json:"workspace_path,omitempty" yaml:"workspace_path,omitempty"`
}
PathRef identifies one workspace by id plus transport-facing filesystem path.
Click to show internal directories.
Click to hide internal directories.