init push
This commit is contained in:
14
internal/shared/const/flight_data.go
Normal file
14
internal/shared/const/flight_data.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package sharedconst
|
||||
|
||||
const (
|
||||
FlightDataResourceType = "flight_data"
|
||||
|
||||
FlightDataLocationTypeICAO = "icao"
|
||||
FlightDataLocationTypeHospital = "hospital"
|
||||
|
||||
FlightDataFacilityCategoryHesloRopeLabel = "heslo-rope-label"
|
||||
FlightDataFacilityCategoryHesloRopeLength = "heslo-rope-length"
|
||||
FlightDataFacilityCategoryHesloHook = "heslo-hook"
|
||||
FlightDataFacilityCategoryHecRopeLabel = "hec-rope-label"
|
||||
FlightDataFacilityCategoryHecRopeLength = "hec-rope-length"
|
||||
)
|
||||
Reference in New Issue
Block a user