wsjson

package
v1.8.14 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2025 License: ISC Imports: 7 Imported by: 69

Documentation ΒΆ

Overview ΒΆ

Package wsjson provides helpers for reading and writing JSON messages.

Index ΒΆ

Constants ΒΆ

This section is empty.

Variables ΒΆ

This section is empty.

Functions ΒΆ

func Read ΒΆ

func Read(ctx context.Context, c *websocket.Conn, v any) error

Read reads a JSON message from c into v. It will reuse buffers in between calls to avoid allocations.

func Write ΒΆ

func Write(ctx context.Context, c *websocket.Conn, v any) error

Write writes the JSON message v to c. It will reuse buffers in between calls to avoid allocations.

Types ΒΆ

This section is empty.

Jump to

Keyboard shortcuts

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