package
Version:
v0.0.15
Opens a new window with list of versions in this module.
Published: Dec 18, 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"`
UID string `json:"uid"`
}
type SatelliteTle struct {
ID string `json:"id"`
Name string `json:"name"`
TleLine1 string `json:"tleLine1"`
TleLine2 string `json:"tleLine2"`
UID string `json:"uid"`
}
type SatelliteVisibility struct {
SatelliteID string `json:"satelliteId"`
SatelliteName string `json:"satelliteName"`
Aos string `json:"aos"`
Los string `json:"los"`
UserLocation *UserLocation `json:"userLocation"`
UID string `json:"uid"`
}
type Subscription struct {
}
type UserLocation struct {
UID string `json:"uid"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Radius float64 `json:"radius"`
Horizon float64 `json:"horizon"`
}
type UserLocationInput struct {
UID string `json:"uid"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Radius float64 `json:"radius"`
Horizon float64 `json:"horizon"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.