Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SatelliteHandler ¶
type SatelliteHandler struct {
Service services.SatelliteService
}
func NewSatelliteHandler ¶
func NewSatelliteHandler(service services.SatelliteService) *SatelliteHandler
NewSatelliteHandler creates a new handler with the provided SatelliteService.
func (*SatelliteHandler) GetPaginatedSatelliteInfo ¶
func (h *SatelliteHandler) GetPaginatedSatelliteInfo(c echo.Context) error
GetPaginatedSatelliteInfo fetches a paginated list of SatelliteInfo with optional search filters.
func (*SatelliteHandler) GetPaginatedSatellites ¶
func (h *SatelliteHandler) GetPaginatedSatellites(c echo.Context) error
GetPaginatedSatellites fetches a paginated list of satellites with optional search filters.
func (*SatelliteHandler) GetSatellitePositionsByNoradID ¶
func (h *SatelliteHandler) GetSatellitePositionsByNoradID(c echo.Context) error
GetSatellitePositionsByNoradID fetches satellite positions by NORAD ID.
Click to show internal directories.
Click to hide internal directories.