stdio

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dial

func Dial(endpoint string, arg ...string) (net.Conn, error)

func GetStdioConn

func GetStdioConn() net.Conn

Types

type IoAddr

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

func (IoAddr) Network

func (a IoAddr) Network() string

func (IoAddr) String

func (a IoAddr) String() string

type IoConn

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

func (IoConn) Close

func (c IoConn) Close() error

func (IoConn) LocalAddr

func (c IoConn) LocalAddr() net.Addr

func (IoConn) Read

func (c IoConn) Read(b []byte) (n int, err error)

func (IoConn) RemoteAddr

func (c IoConn) RemoteAddr() net.Addr

func (IoConn) SetDeadline

func (c IoConn) SetDeadline(_ time.Time) error

func (IoConn) SetReadDeadline

func (c IoConn) SetReadDeadline(_ time.Time) error

func (IoConn) SetWriteDeadline

func (c IoConn) SetWriteDeadline(_ time.Time) error

func (IoConn) Write

func (c IoConn) Write(b []byte) (n int, err error)

Jump to

Keyboard shortcuts

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