Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DumpMigration ¶
type DumpMigration struct { File string `help:"migration file to load"` Driver string `help:"Database driver"` }
DumpMigration - searches for a certain migration and
func (*DumpMigration) Run ¶
func (e *DumpMigration) Run(ctx *Context) error
Run - searches for a certain migration and
type NearestAirport ¶
type NearestAirport struct { // Lat - the latitude Lat float64 `help:"latitude"` // Lon - the longitude Lon float64 `help:"longitude"` }
NearestAirport - takes lat and lon and tries to find the nearest airport to that location
func (*NearestAirport) Run ¶
func (na *NearestAirport) Run(ctx *Context) error
Run takes the ctx, parses location files, and attempts to reverse geocode the location
type OpenAipAirportStats ¶
type OpenAipAirportStats struct {
File string `help:"File path to openaip file"`
}
OpenAipAirportStats - prints a report about an openaip file
func (*OpenAipAirportStats) Run ¶
func (o *OpenAipAirportStats) Run(ctx *Context) error
Run - prints a report about an openaip file
Click to show internal directories.
Click to hide internal directories.