v2

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OpType

type OpType int

OpType 操作类型

const (
	OpUnknown    OpType = iota // 未知, 初始状态
	OpConnect                  // 发送连接
	OpConnecting               // 连接中
	OpConnected                // 已连接
	OpRead                     // 读
	OpWrite                    // 写
	OpClose                    // 关闭
	OpClosing                  // 关闭中
	OpClosed                   // 已关闭
)

Jump to

Keyboard shortcuts

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