architecture

package module
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

README

go-sfomuseum-architecture

Go package for working with architectural elements, in a SFO Museum context.

Documentation

Go Reference

Documentation is incomplete at this time.

A note about "lookups"

Please have a look at the A note about "lookup" documentation in the go-sfomuseum-airfield package. The issues outlined there are the same here. The "tl;dr" is:

It's not great. It's just what we're doing today. The goal right now is to expect a certain amount of "rinse and repeat" in the short term while aiming to make each cycle shorter than the last.

See also

Documentation

Overview

package architecture provides methods for working with architectural elements at SFO.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterLookup

func RegisterLookup(ctx context.Context, scheme string, init_func LookupInitializationFunc) error

Types

type Lookup

type Lookup interface {
	Find(context.Context, string) ([]interface{}, error)
	Append(context.Context, interface{}) error
}

func NewLookup

func NewLookup(ctx context.Context, uri string) (Lookup, error)

type LookupInitializationFunc

type LookupInitializationFunc func(ctx context.Context, uri string) (Lookup, error)

Directories

Path Synopsis
package campus provides methods for working with the SFO airport campus.
package campus provides methods for working with the SFO airport campus.
cmd
supersede-gallery
supersede-gallery is a command line tool to clone and supersede an existing gallery record assigning updated parent and hierarchy information at the same time.
supersede-gallery is a command line tool to clone and supersede an existing gallery record assigning updated parent and hierarchy information at the same time.
package galleries provides methods for working with boarding galleries at SFO.
package galleries provides methods for working with boarding galleries at SFO.
package gates provides methods for working with boarding gates at SFO.
package gates provides methods for working with boarding gates at SFO.
package terminals provides methods for working with boarding terminals at SFO.
package terminals provides methods for working with boarding terminals at SFO.

Jump to

Keyboard shortcuts

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