Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdBackground ¶
func NewCmdBackground(t *terminal.Terminal, _ BackgroundStore) *cobra.Command
Types ¶
type BackgroundStore ¶
type BackgroundStore interface {
util.GetWorkspaceByNameOrIDErrStore
GetActiveOrganizationOrDefault() (*entity.Organization, error)
GetCurrentUser() (*entity.User, error)
GetWorkspace(workspaceID string) (*entity.Workspace, error)
GetCurrentWorkspaceID() (string, error)
CreateWorkspace(organizationID string, options *store.CreateWorkspacesOptions) (*entity.Workspace, error)
}
Click to show internal directories.
Click to hide internal directories.