Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetActiveWorkspaces ¶
func GetActiveWorkspaces(upStore UpStore) ([]entity.WorkspaceWithMeta, error)
Types ¶
type SSHConfigurer ¶
type Up ¶
type Up struct {
// contains filtered or unexported fields
}
func NewUp ¶
func NewUp(workspaces []entity.WorkspaceWithMeta, sshConfigurer SSHConfigurer, workspaceGroupClientMapper k8s.WorkspaceGroupClientMapper) *Up
type UpStore ¶
type UpStore interface { brevssh.SSHStore k8s.K8sStore GetActiveOrganizationOrDefault() (*entity.Organization, error) GetWorkspaces(organizationID string, options *store.GetWorkspacesOptions) ([]entity.Workspace, error) GetWorkspaceMetaData(workspaceID string) (*entity.WorkspaceMetaData, error) GetCurrentUser() (*entity.User, error) }
Click to show internal directories.
Click to hide internal directories.