index

package
v0.2.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec interface {
	// EncodeTo encodes the index to the given writer.
	EncodeTo(ctx context.Context, w io.Writer) (err error)
	// DecodeFrom decodes the index from the given reader.
	DecodeFrom(ctx context.Context, r io.Reader) (err error)
}

Codec defines interface for encoding and decoding index.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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