package
0.0.0-20250128221834-b70a5daccdb4
Repository: https://github.com/canopy-network/canopy.git
Documentation: pkg.go.dev

# Variables

No description provided by the author

# Structs

Protobuf is an encoding implementation for protobuf.
***************************************************************************************************** This file is auto-generated from source files in `/lib/.proto/*` using Protocol Buffers (protobuf) Protobuf is a language-neutral, platform-neutral serialization format.

# Interfaces

BinaryCodec is an interface model that defines the requirements for binary encoding and decoding A binary encoder converts data into a compact, non-human-readable binary format, which is highly efficient in terms of both storage size and speed for serialization and deserialization.
JSONCodec is an interface model that defines requirements for json encoding and decoding converts data into a human-readable text format (JSON) which can be more friendly but less performant.