Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdTextCEO ¶
func NewCmdTextCEO(t *terminal.Terminal, _ TextCEOStore) *cobra.Command
Types ¶
type TextCEOStore ¶
type TextCEOStore 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)
}
Click to show internal directories.
Click to hide internal directories.