Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaskStore ¶
type TaskStore interface { GetCurrentUserKeys() (*entity.UserKeys, error) CopyBin(targetBin string) error WriteString(path, data string) error GetOrCreateFile(path string) (afero.File, error) GetCurrentWorkspaceID() (string, error) GetWorkspace(workspaceID string) (*entity.Workspace, error) GetCurrentUser() (*entity.User, error) ssh.ConfigUpaterFactoryStore }
Click to show internal directories.
Click to hide internal directories.