package util
import "github.com/coder/websocket/internal/util"
Index ¶
Types ¶
type ReaderFunc ¶
ReaderFunc is used to implement one off io.Readers.
func (ReaderFunc) Read ¶
func (f ReaderFunc) Read(p []byte) (int, error)
type WriterFunc ¶
WriterFunc is used to implement one off io.Writers.
func (WriterFunc) Write ¶
func (f WriterFunc) Write(p []byte) (int, error)
Source Files ¶
- Version
- v1.8.12 (latest)
- Published
- Aug 9, 2024
- Platform
- linux/amd64
- Last checked
- 1 month ago –
Tools for package owners.