const Name … func init() { … } type codec … func (codec) Marshal(v any) ([]byte, error) { … } func (codec) Unmarshal(data []byte, v any) error { … } func messageV2Of(v any) proto.Message { … } func (codec) Name() string { … }
const Name … func init() { … } type codec … func (codec) Marshal(v any) ([]byte, error) { … } func (codec) Unmarshal(data []byte, v any) error { … } func messageV2Of(v any) proto.Message { … } func (codec) Name() string { … }