Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct { LastUpdated time.Time StorageMedianPrice uint64 Storage map[string]StorageAsk }
Index contains Ask information from markets.
type Module ¶
type Module interface { Get() Index Query(q Query) ([]StorageAsk, error) Listen() <-chan struct{} Unregister(c chan struct{}) }
Module provides information about storage asks.
Click to show internal directories.
Click to hide internal directories.