package
0.21.2
Repository: https://github.com/go-spatial/tegola.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Cleanup should be called before shutting down the process; this allows and observers to clean, and maybe push any results it may have collected.
For function returns a configured observer for the given type, and provided config map.
InstrumentAPIHandler is a convenience function.
InstrumentViewHandler is a convenience function.
No description provided by the author
Register is called by the init functions of the observers.
Registered returns the set of Registered observers.

# Constants

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 description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
Interface.
Observer is able to be observed via the collectors it provides.
No description provided by the author

# Type aliases

CleanUpFunc is a function that is called before the process ends.
No description provided by the author
ErrObserverAlreadyExists is returned if an observer try to register to an observer type that has already registered.
ErrObserverIsNotRegistered is returned if a requested observer type has not been already registered.
InitFunc is a function that is used to configure a observer.