package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Register registers the converters toProto and toObject.
ToObject converts obj to a proto message using the converter registered with Register.
ToProto converts obj to a proto message using the converter registered with Register.

# Structs

ErrNoConverterRegistered is the error returned from ToProto or ToObject when the object's type is not registered for conversion.
FromProtoContext stores internal state for conversion from proto.
ToProtoContext stores internal state for conversion to proto.