sshall

package
v0.6.90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TryClose added in v0.4.3

func TryClose(toClose chan struct{})

Types

type RandomSSHResolver

type RandomSSHResolver struct {
	WorkspaceResolver WorkspaceResolver
}

func NewRandomPortSSHResolver

func NewRandomPortSSHResolver(workspaceResolver WorkspaceResolver) *RandomSSHResolver

func (RandomSSHResolver) GetConfiguredWorkspacePort

func (r RandomSSHResolver) GetConfiguredWorkspacePort(_ entity.Workspace) (string, error)

func (RandomSSHResolver) GetWorkspaces

func (r RandomSSHResolver) GetWorkspaces() ([]entity.WorkspaceWithMeta, error)

type SSHAll

type SSHAll struct {
	// contains filtered or unexported fields
}

func NewSSHAll

func NewSSHAll(
	workspaces []entity.WorkspaceWithMeta,
	workspaceGroupClientMapper k8s.WorkspaceGroupClientMapper,
	sshResolver SSHResolver,
) *SSHAll

func (SSHAll) Run

func (s SSHAll) Run() error

type SSHResolver

type SSHResolver interface {
	GetConfiguredWorkspacePort(entity.WorkspaceLocalID) (string, error)
	GetPrivateKeyPath() (string, error)
}

type WorkspaceResolver

type WorkspaceResolver interface {
	GetMyWorkspaces(orgID string) ([]entity.Workspace, error)
	GetWorkspaceMetaData(wsID string) (*entity.WorkspaceMetaData, error)
	GetActiveOrganizationOrDefault() (*entity.Organization, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL