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.
Click to show internal directories.
Click to hide internal directories.