Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceMeshStore ¶ added in v0.6.20
type ServiceMeshStore interface { autostartconf.AutoStartStore GetWorkspace(workspaceID string) (*entity.Workspace, error) }
type TestStore ¶ added in v0.5.0
type TestStore interface { completions.CompletionStore ResetWorkspace(workspaceID string) (*entity.Workspace, error) GetAllWorkspaces(options *store.GetWorkspacesOptions) ([]entity.Workspace, error) GetWorkspaces(organizationID string, options *store.GetWorkspacesOptions) ([]entity.Workspace, error) GetActiveOrganizationOrDefault() (*entity.Organization, error) GetCurrentUser() (*entity.User, error) GetWorkspace(id string) (*entity.Workspace, error) GetWorkspaceMetaData(workspaceID string) (*entity.WorkspaceMetaData, error) CopyBin(targetBin string) error GetSetupScriptContentsByURL(url string) (string, error) server.RPCServerTaskStore }
Click to show internal directories.
Click to hide internal directories.