Versions in this module Expand all Collapse all v0 v0.0.2 Oct 29, 2024 Changes in this version + func RegisterCodec(codec Codec) + type Codec interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(data []byte, v interface{}) error + func GetCodec(contentSubtype string) Codec