Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface { Unmarshal(x interface{}) error ReadTag() (borat.CBORTag, error) ReadIntMapUntagged() (map[int]interface{}, error) }
Reader defines all functions necessary to decode a message or section encoded in cbor
Click to show internal directories.
Click to hide internal directories.