proxy

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckWorkspaceCanSSH

func CheckWorkspaceCanSSH(workspace *entity.Workspace) error

func NewCmdProxy

func NewCmdProxy(t *terminal.Terminal, store ProxyStore) *cobra.Command

func Proxy

func Proxy(_ *terminal.Terminal, store ProxyStore, workspaceID string) error

func WriteUserPrivateKey

func WriteUserPrivateKey(store ProxyStore) error

Types

type ProxyStore

type ProxyStore interface {
	huproxyclient.HubProxyStore
	GetWorkspace(workspaceID string) (*entity.Workspace, error)
	WritePrivateKey(pem string) error
	GetCurrentUserKeys() (*entity.UserKeys, error)
}

Jump to

Keyboard shortcuts

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