telnet

package
v0.0.0-...-aebc6d4 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrClosed = errors.New("connection closed remotely")

Functions

This section is empty.

Types

type Option

type Option interface {
	// contains filtered or unexported methods
}

func WithNoTimeout

func WithNoTimeout() Option

func WithTimeout

func WithTimeout(d time.Duration) Option

type Socket

type Socket struct {
	Debug bool
	// contains filtered or unexported fields
}

func Dial

func Dial(addr string, options ...Option) (*Socket, error)

func (Socket) Addr

func (s Socket) Addr() string

func (Socket) Close

func (s Socket) Close() error

func (Socket) Echo

func (s Socket) Echo() bool

func (Socket) Peek

func (s Socket) Peek(n int) ([]byte, error)

func (Socket) Read

func (s Socket) Read(p []byte) (int, error)

func (Socket) Write

func (s Socket) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

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