Documentation
¶
Overview ¶
Package stop is for stopping Brev workspaces
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StopStore ¶ added in v0.3.0
type StopStore interface {
completions.CompletionStore
GetAllWorkspaces(options *store.GetWorkspacesOptions) ([]brevapi.Workspace, error)
StopWorkspace(workspaceID string) (*brevapi.Workspace, error)
}
Click to show internal directories.
Click to hide internal directories.