Documentation
¶
Overview ¶
Package codecguard contains the panic boundary for application-provided element codecs. Codec implementations are extension code: a panic must not escape a CRDT encode or decode operation and terminate the host process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPanic = errors.New("codec: panic")
ErrPanic reports that an application-provided codec panicked. It deliberately does not retain or format the recovered value, which can contain application data and is not safe to expose from a library boundary.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.