Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupported = errors.New("value can not be marshaled")
Functions ¶
Types ¶
type Collection ¶
type Collection struct {
Type string `json:"type" cbor:"1,keyasint"`
Values []cbor.RawMessage `json:"values" cbor:"2,keyasint"`
Ref int `json:"ref" cbor:"3,keyasint"`
}
type ForeignRef ¶
type ForeignRef struct {
Ref string `json:"ref" cbor:"1,keyasint"`
}
type Map ¶
type Map struct {
Values []cbor.RawMessage `json:"map" cbor:"1,keyasint"`
Ref int `json:"ref" cbor:"2,keyasint"`
}
Click to show internal directories.
Click to hide internal directories.