codec

package
v0.0.0-...-4146708 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package codec handles data encoding

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coder

type Coder interface {
	String() string
	Marshal(v interface{}) ([]byte, error)   // Marshal returns the encoded data of v.
	Unmarshal(d []byte, v interface{}) error // Unmarshal parses the encoded data of d and stores the result in the value pointed to by v.
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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