Documentation ¶
Index ¶
- func GetAnyWorkspaceByIDOrNameInActiveOrgErr(storeQ GetWorkspaceByNameOrIDErrStore, workspaceNameOrID string) (*entity.Workspace, error)
- func GetUserWorkspaceByNameOrIDErr(storeQ GetWorkspaceByNameOrIDErrStore, workspaceNameOrID string) (*entity.Workspace, error)
- func MakeWorkspaceWithMeta(store MakeWorkspaceWithMetaStore, workspace *entity.Workspace) (entity.WorkspaceWithMeta, error)
- type GetWorkspaceByNameOrIDErrStore
- type MakeWorkspaceWithMetaStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAnyWorkspaceByIDOrNameInActiveOrgErr ¶ added in v0.6.76
func GetAnyWorkspaceByIDOrNameInActiveOrgErr(storeQ GetWorkspaceByNameOrIDErrStore, workspaceNameOrID string) (*entity.Workspace, error)
func GetUserWorkspaceByNameOrIDErr ¶ added in v0.6.66
func GetUserWorkspaceByNameOrIDErr(storeQ GetWorkspaceByNameOrIDErrStore, workspaceNameOrID string) (*entity.Workspace, error)
func MakeWorkspaceWithMeta ¶
func MakeWorkspaceWithMeta(store MakeWorkspaceWithMetaStore, workspace *entity.Workspace) (entity.WorkspaceWithMeta, error)
Types ¶
type MakeWorkspaceWithMetaStore ¶
type MakeWorkspaceWithMetaStore interface {
GetWorkspaceMetaData(workspaceID string) (*entity.WorkspaceMetaData, error)
}
Click to show internal directories.
Click to hide internal directories.