handler

package
v2.2.18 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CondReady = make(map[string]context.Context)
View Source
var SessionMap = make(map[string]*ssh.Session)

Functions

This section is empty.

Types

type ReadWriteWrapper added in v2.2.14

type ReadWriteWrapper struct {
	sync.Once
	net.Conn
	// contains filtered or unexported fields
}

func NewReadWriteWrapper added in v2.2.14

func NewReadWriteWrapper(conn net.Conn) *ReadWriteWrapper

func (*ReadWriteWrapper) IsClosed added in v2.2.14

func (rw *ReadWriteWrapper) IsClosed() chan any

func (*ReadWriteWrapper) Read added in v2.2.14

func (rw *ReadWriteWrapper) Read(b []byte) (int, error)

func (*ReadWriteWrapper) Write added in v2.2.14

func (rw *ReadWriteWrapper) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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