Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { }
func (Handler) FlightCalculate ¶
FlightCalculate godoc @Summary Determine the flight path of a person. @Description get the flight path of a person. @Tags FlightCalculate @ID flightCalculate-get @Accept json @Produce json @Param flightSegments body [][]string true "Flight segments" @Success 200 {object} []string @Failure 500 {object} map[string]interface{} "Internal Server Error" @Router /calculate [post]
func (Handler) ServerHealthCheck ¶
ServerHealthCheck godoc @Summary Show the status of server. @Description get the status of server. @Tags ServerHealthCheck @ID healthCheck-get @Produce json @Success 200 {object} map[string]interface{} @Router / [get]
Click to show internal directories.
Click to hide internal directories.