state

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 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 Codec

type Codec interface {
	Encode(*buff.Writer, codecs.Path, interface{}) error
	Decode(*buff.Reader, codecs.Path) (interface{}, error)
	DescriptorID() edgedbtypes.UUID
}

Codec is a state descriptor codec.

func BuildCodec

func BuildCodec(desc descriptor.Descriptor, path codecs.Path) (Codec, error)

BuildCodec builds a state descriptor codec.

Jump to

Keyboard shortcuts

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