sfomuseum

package module
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: BSD-3-Clause Imports: 16 Imported by: 0

README

go-lookup-sfomuseum

Work in progress.

See also

Documentation

Index

Constants

View Source
const SFOMUSEUM_DATA_ARCHITECTURE string = "https://github.com/sfomuseum-data/sfomuseum-data-architecture.git"
View Source
const SFOMUSEUM_DATA_ENTERPRISE string = "https://github.com/sfomuseum-data/sfomuseum-data-enterprise.git"
View Source
const SFOMUSEUM_DATA_EXHIBITION string = "https://github.com/sfomuseum-data/sfomuseum-data-exhibition.git"
View Source
const SFOMUSEUM_DATA_FAA string = "https://github.com/sfomuseum-data/sfomuseum-data-faa-%s.git"
View Source
const SFOMUSEUM_DATA_FLIGHTS string = "https://github.com/sfomuseum-data/sfomuseum-data-flights-%s.git"
View Source
const SFOMUSEUM_DATA_MEDIA string = "https://github.com/sfomuseum-data/sfomuseum-data-media.git"
View Source
const SFOMUSEUM_DATA_PUBLICART string = "https://github.com/sfomuseum-data/sfomuseum-data-publicart.git"
View Source
const SFOMUSEUM_DATA_WHOSONFIRST string = "https://github.com/sfomuseum-data/sfomuseum-data-whosonfirst.git"

Variables

This section is empty.

Functions

func AppendAirlineCodesFunc

func AppendAirlineCodesFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendAirlineFunc

func AppendAirlineFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendAirportFunc

func AppendAirportFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendExhibitionsFunc added in v0.0.6

func AppendExhibitionsFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendFAAFunc

func AppendFAAFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendFlightFunc

func AppendFlightFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendGateFunc

func AppendGateFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendMediaImagesFunc added in v0.0.3

func AppendMediaImagesFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func AppendPublicArtFunc added in v0.0.6

func AppendPublicArtFunc(ctx context.Context, lu catalog.Catalog, fh io.ReadCloser) error

func DefaultAirlinesGitURI

func DefaultAirlinesGitURI() string

func DefaultAirportsGitURI

func DefaultAirportsGitURI() string

func DefaultExhibitionsGitURI added in v0.0.6

func DefaultExhibitionsGitURI() string

func DefaultFAAGitURI

func DefaultFAAGitURI(yyyy string) string

func DefaultFlightsGitURI

func DefaultFlightsGitURI(yyyymm string) string

func DefaultGatesGitURI

func DefaultGatesGitURI() string

func DefaultMediaImagesGitURI added in v0.0.3

func DefaultMediaImagesGitURI() string

func DefaultPublicArtGitURI added in v0.0.6

func DefaultPublicArtGitURI() string

func MarshalCatalog

func MarshalCatalog(c catalog.Catalog) ([]byte, error)

func NewAirlinesBlobURI

func NewAirlinesBlobURI(uri string) string

func NewAirlinesGitURI

func NewAirlinesGitURI(uri string) string

func NewAirlinesURI

func NewAirlinesURI(lu_scheme string, uri string) string

func NewAirportsBlobURI

func NewAirportsBlobURI(uri string) string

func NewAirportsGitURI

func NewAirportsGitURI(uri string) string

func NewAirportsURI

func NewAirportsURI(lu_scheme string, uri string) string

func NewCatalog

func NewCatalog(ctx context.Context, uri string) (catalog.Catalog, error)

func NewCatalogWithOptions

func NewCatalogWithOptions(ctx context.Context, opts *CatalogOptions) (catalog.Catalog, error)

func NewExhibitionsBlobURI added in v0.0.6

func NewExhibitionsBlobURI(uri string) string

func NewExhibitionsGitURI added in v0.0.6

func NewExhibitionsGitURI(uri string) string

func NewExhibitionsURI added in v0.0.6

func NewExhibitionsURI(lu_scheme string, uri string) string

func NewFAABlobURI

func NewFAABlobURI(uri string) string

func NewFAAGitURI

func NewFAAGitURI(uri string) string

func NewFAAURI

func NewFAAURI(lu_scheme string, uri string) string

func NewFlightsBlobURI

func NewFlightsBlobURI(uri string) string

func NewFlightsGitURI

func NewFlightsGitURI(uri string) string

func NewFlightsURI

func NewFlightsURI(lu_scheme string, uri string) string

func NewGatesBlobURI

func NewGatesBlobURI(uri string) string

func NewGatesGitURI

func NewGatesGitURI(uri string) string

func NewGatesURI

func NewGatesURI(lu_scheme string, uri string) string

func NewIteratorURI added in v0.0.5

func NewIteratorURI(scheme string, lu_scheme string, uri string) string

func NewMediaImagesBlobURI added in v0.0.3

func NewMediaImagesBlobURI(uri string) string

func NewMediaImagesGitURI added in v0.0.3

func NewMediaImagesGitURI(uri string) string

func NewMediaImagesURI added in v0.0.3

func NewMediaImagesURI(lu_scheme string, uri string) string

func NewPublicArtBlobURI added in v0.0.6

func NewPublicArtBlobURI(uri string) string

func NewPublicArtGitURI added in v0.0.6

func NewPublicArtGitURI(uri string) string

func NewPublicArtURI added in v0.0.6

func NewPublicArtURI(lu_scheme string, uri string) string

Types

type CatalogOptions

type CatalogOptions struct {
	Catalog     catalog.Catalog
	AppendFuncs []iterator.AppendLookupFunc
	Iterators   []iterator.Iterator
}

func DefaultAirlinesCatalogOptions

func DefaultAirlinesCatalogOptions() (*CatalogOptions, error)

func DefaultAirportsCatalogOptions

func DefaultAirportsCatalogOptions() (*CatalogOptions, error)

func DefaultCatalogOptions

func DefaultCatalogOptions() (*CatalogOptions, error)

func DefaultExhibitionsCatalogOptions added in v0.0.6

func DefaultExhibitionsCatalogOptions() (*CatalogOptions, error)

func DefaultFAACatalogOptions

func DefaultFAACatalogOptions() (*CatalogOptions, error)

func DefaultFlightsCatalogOptions

func DefaultFlightsCatalogOptions() (*CatalogOptions, error)

func DefaultGatesCatalogOptions

func DefaultGatesCatalogOptions() (*CatalogOptions, error)

func DefaultMediaImagesCatalogOptions added in v0.0.3

func DefaultMediaImagesCatalogOptions() (*CatalogOptions, error)

func DefaultPublicArtCatalogOptions added in v0.0.6

func DefaultPublicArtCatalogOptions() (*CatalogOptions, error)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL