Documentation ¶
Overview ¶
Package stop is for stopping Brev workspaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStop ¶
Types ¶
type StopStore ¶ added in v0.3.0
type StopStore interface { completions.CompletionStore util.GetWorkspaceByNameOrIDErrStore StopWorkspace(workspaceID string) (*entity.Workspace, error) GetCurrentUser() (*entity.User, error) IsWorkspace() (bool, error) GetWorkspaces(organizationID string, options *store.GetWorkspacesOptions) ([]entity.Workspace, error) GetCurrentWorkspaceID() (string, error) }
Click to show internal directories.
Click to hide internal directories.