Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SatellitePosition ¶
type TrackerConfig ¶
type TrackerConfig struct {
TLESource string `json:"tle"`
EntityID string `json:"id"`
Label string `json:"label"`
Symbol string `json:"symbol"`
IntervalSeconds float64 `json:"interval"`
OrbitIntervalSeconds float64 `json:"orbit_interval"`
TLERefreshSeconds int `json:"tle_refresh_seconds"`
Username string `json:"username"`
Password string `json:"password"`
DisableOrbitTrack bool `json:"disable_orbit_track"`
}
Click to show internal directories.
Click to hide internal directories.