codec

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Code() uint64
	Decode(bytes []byte, bind any, typ schema.Type, opts ...bindnode.Option) error
}

type Encoder

type Encoder interface {
	Code() uint64
	Encode(value any, typ schema.Type, opts ...bindnode.Option) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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