otelbench

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

Reader reads data from an io.Reader and decodes it as "rwq" protocol.

func NewReader

func NewReader(r io.Reader) *Reader

func (*Reader) Data

func (r *Reader) Data() []byte

func (*Reader) Decode

func (r *Reader) Decode() bool

func (*Reader) Err

func (r *Reader) Err() error

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

Writer writes data to an io.Writer as "rwq" protocol.

func NewWriter

func NewWriter(w io.Writer) *Writer

func (*Writer) Encode

func (w *Writer) Encode(data []byte) error

Jump to

Keyboard shortcuts

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