package
Version:
v0.0.0-...-a3ca96b
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SatellitePosition struct {
ID string `json:"id"`
Name string `json:"name"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Altitude float64 `json:"altitude"`
Timestamp string `json:"timestamp"`
}
type SatelliteTle struct {
ID string `json:"id"`
Name string `json:"name"`
TleLine1 string `json:"tleLine1"`
TleLine2 string `json:"tleLine2"`
}
type Subscription struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.