package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
UpdateInterval int `json:"update_interval"`
AlertThreshold float64 `json:"alert_threshold"`
APIKey string `json:"api_key"`
}
type MiniChart struct {
}
MiniChart represents a custom chart component
type PriceData struct {
ThetanWorld struct {
USD float64 `json:"usd"`
USD24hChange float64 `json:"usd_24h_change"`
} `json:"thetan-arena"`
}
type PriceRecord struct {
Price float64 `json:"price"`
Timestamp time.Time `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.