handlers

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2025 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncReader

type AsyncReader[T any] struct {
	// contains filtered or unexported fields
}

func NewAsyncReader

func NewAsyncReader[T any](ch <-chan T) *AsyncReader[T]

func (*AsyncReader[T]) Read

func (cr *AsyncReader[T]) Read() []T

type GobEncoder

type GobEncoder struct{}

func (*GobEncoder) Decode

func (g *GobEncoder) Decode(data []byte) (interface{}, error)

func (*GobEncoder) Encode

func (g *GobEncoder) Encode(v interface{}) ([]byte, error)

Jump to

Keyboard shortcuts

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