Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct {
Ctx context.Context
CancelFunc context.CancelFunc
Logger io.Logger
UserConfig *config.UserConfig
CurrentWorkspace *config.WorkspaceConfig
WorkspacesCache *cache.WorkspaceCache
ExecutableCache *cache.ExecutableCache
InteractiveContainer *components.ContainerView
// ProcessTmpDir is the temporary directory for the current process. If set, it will be
// used to store temporary files all executable runs when the tmpDir value is specified.
ProcessTmpDir string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.