Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectAccessChecker ¶
type InternalWorkspacesMapper ¶
type InternalWorkspacesMapper interface { InternalWorkspaceListToWorkspaceList(*workspacesv1alpha1.InternalWorkspaceList) (*restworkspacesv1alpha1.WorkspaceList, error) InternalWorkspaceToWorkspace(*workspacesv1alpha1.InternalWorkspace) (*restworkspacesv1alpha1.Workspace, error) WorkspaceToInternalWorkspace(*restworkspacesv1alpha1.Workspace) (*workspacesv1alpha1.InternalWorkspace, error) }
InternalWorkspacesMapper is the definition for a InternalWorkspaces/Workspaces Mapper
type InternalWorkspacesReadClient ¶
type InternalWorkspacesReadClient interface { InternalWorkspacesReader DirectAccessChecker }
type InternalWorkspacesReader ¶
type InternalWorkspacesReader interface { GetAsUser(context.Context, string, SpaceKey, *workspacesv1alpha1.InternalWorkspace, ...client.GetOption) error ListAsUser(context.Context, string, *workspacesv1alpha1.InternalWorkspaceList) error }
InternalWorkspacesReader is the definition for a InternalWorkspaces Read Client
Click to show internal directories.
Click to hide internal directories.