proxy

package
v0.0.323 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect added in v0.0.298

func Connect(ctx context.Context, p *ConnectParams) (err error)

Types

type ClosableWrite

type ClosableWrite interface {
	CloseWrite() error
}

type ConnectParams added in v0.0.302

type ConnectParams struct {
	App            *api.App
	Dialer         agent.Dialer
	Ports          []string
	RemoteHost     string
	PromptInstance bool
	DisableSpinner bool
}

type Server

type Server struct {
	LocalAddr string
	Addr      string
	Listener  net.Listener
	Dial      func(ctx context.Context, network, addr string) (net.Conn, error)
}

func (*Server) ProxyServer added in v0.0.298

func (srv *Server) ProxyServer(ctx context.Context) error

Jump to

Keyboard shortcuts

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