package
Version:
v0.0.0-...-9e0b26f
Opens a new window with list of versions in this module.
Published: Jun 8, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
FromRaw takes the raw list of values as returned from the websocket
service and tries to convert it into an Ledger.
type Snapshot struct {
Snapshot []*Ledger
}
func SnapshotFromRaw(raw []interface{}, t transformerFn) (s *Snapshot, err error)
SnapshotFromRaw takes a raw list of values as returned from the websocket
service and tries to convert it into an Snapshot.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.