package
0.1.6
Repository: https://github.com/skypies/flightdb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parse a full set of UI Options &idspec=...,..
Underlying handlers should call this to get their session object.
No description provided by the author
Should be a simple list, really.
No description provided by the author
No description provided by the author
icaoid=A12345 - lookup recent flights on that airframe.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
If no times specified, defaults to day before yesterday.
No description provided by the author
No description provided by the author
RGrDeleteHandler - (key,index).
RGrEditHandler - (key,index [,form]) if form, edit&save, chain to ./grs/edit; else render [gr-edit].
No description provided by the author
RGrsDeleteHandler - (key) delete it, chain to ./list.
RGrsEditHandler - (key [,form]) load it; if form, edit&save, chain to ./list; else render [grs-edit].
RGrsnewHandler - () conjure empty grs, render [grs-edit].
RGrsViewHandler- (key [,idspec]) load it, go to [grs-mapview].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is a kind of abuse of ColoringStrategy from colorscheme.go.
No description provided by the author
No description provided by the author
No description provided by the author
WithFdb does a few things: creates a context, requires user to be logged in (redirecting if they're not), looks for report options and injects them into context if found, and then finally calls the FdbHandler.
WithFdbAdmin either requires an admin user, or that the request comes from within appengine.
No description provided by the author
WithoutFdb allows a regular contexthandler to be embedded into an FDB handlerware chain.
No description provided by the author

# Constants

Old ones, for trackpoints.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No '#' on this one.

# Structs

No description provided by the author
No description provided by the author
Wrap up in a datastore-friendly struct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MapShapes is a single thing that contains all the things we want to render on a map.
Common parameters for UI rendering, as parsed from CGI params.

# Type aliases

No description provided by the author
No description provided by the author
Rather than stash/retrieve an FDB object from the context, we'll just pass it directly to a new handler type, that we'll use throughout ui/.