api

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WsWriter

type WsWriter interface {
	//WriteCloseTimeout(sc StatusCode, t time.Duration) (err error)
	WriteControl(op opcode.Opcode, data []byte) (err error)
	WriteMessage(op opcode.Opcode, writeBuf []byte) (err error)
	WritePing(data []byte) (err error)
	WritePong(data []byte) (err error)
	WriteTimeout(op opcode.Opcode, data []byte, t time.Duration) (err error)
}

WebSocket Writer的缩写

Jump to

Keyboard shortcuts

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