# Functions

CompileGalleriesData will generate a list of `Gallery` struct to be used as the source data for an `SFOMuseumLookup` instance.
Return all the Galleries matching 'code' that were active for 'date'.
Return all the Gallerys matching 'code' that were active for 'date' using 'lookup'.
Return the current Gallery matching 'code'.
Return the current Gallery matching 'code' with a custom architecture.Lookup instance.
Returns all Gallery instances matching 'code' that are marked as current.
Returns all Gallery instances matching 'code' that are marked as current with a custom architecture.Lookup instance.
Return the Gallery matching 'code' that was active for 'date'.
Return the Gallery matching 'code' that was active for 'date' using 'lookup'.
Derive a MultiPoint geoemtry for one or more gallery IDs.
No description provided by the author
No description provided by the author
NewLookup will return an `architecture.Lookup` instance.
No description provided by the author
NewLookup will return an `GalleriesLookupFunc` function instance that, when invoked, will populate an `architecture.Lookup` instance with data stored in `galleries_list`.
NewLookup will return an `GalleriesLookupFunc` function instance that, when invoked, will populate an `architecture.Lookup` instance with data stored in `r`.
NewLookupWithLookupFunc will return an `architecture.Lookup` instance derived by data compiled using `lookup_func`.

# Constants

No description provided by the author

# Structs

No description provided by the author
type Gallery is a struct representing a passenger gallery at SFO.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author