Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCBORDecMode ¶
func InitCBORDecMode(tagEntries ...CBORTagEntry) (dm cbor.DecMode, err error)
func InitCBOREncMode ¶
func InitCBOREncMode(tagEntries ...CBORTagEntry) (en cbor.EncMode, err error)
Types ¶
type CBORTagEntry ¶
type CBORTagEntry struct {
Type interface{}
Tag uint64
}
Click to show internal directories.
Click to hide internal directories.