ws

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, cfg Config) error

Run starts the bidirectional WebSocket message loop.

When stdin is nil (no pipe, just -d), it sends any initial message, then reads from the server until close or Ctrl+C.

When stdin is provided (piped input), it sends lines concurrently while reading responses.

Types

type Config

type Config struct {
	Conn          *websocket.Conn
	Stdin         io.Reader
	Stderr        *core.Printer
	Stdout        *core.Printer
	Format        core.Format
	Verbosity     core.Verbosity
	InitialMsg    []byte
	IsInteractive bool
}

Config holds the configuration for a WebSocket session.

Jump to

Keyboard shortcuts

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