package
Version:
v0.0.0-...-73cd16d
Opens a new window with list of versions in this module.
Published: May 22, 2024
License: EPL-1.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BigFloat struct {
Value string `json:"value" cbor:"1,keyasint"`
}
type Char struct {
Value string `json:"value" cbor:"1,keyasint"`
}
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 struct {
Ref string `json:"ref" cbor:"1,keyasint"`
}
type Keyword struct {
Value string `json:"value" cbor:"1,keyasint"`
}
type Map struct {
Values []cbor.RawMessage `json:"map" cbor:"1,keyasint"`
Ref int `json:"ref" cbor:"2,keyasint"`
}
type Ratio struct {
X *big.Int `json:"x" cbor:"1,keyasint"`
Y *big.Int `json:"y" cbor:"2,keyasint"`
}
type Ref struct {
Index int `json:"ref" cbor:"1,keyasint"`
}
type Regex struct {
Value string `json:"value" cbor:"1,keyasint"`
}
type Symbol struct {
Value string `json:"value" cbor:"1,keyasint"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.