Versions in this module Expand all Collapse all v1 v1.3.1 Sep 12, 2024 v1.3.0 Sep 11, 2024 Changes in this version + func InitCBORDecMode(tagEntries ...CBORTagEntry) (dm cbor.DecMode, err error) + func InitCBOREncMode(tagEntries ...CBORTagEntry) (en cbor.EncMode, err error) + type CBORTagEntry struct + Tag uint64 + Type interface{}