# Packages

Package database is a database interface to authorized apps.
Package model is a model abstraction of authorized apps.

# Functions

NewDatabaseProvider creates a new Provider that reads from a database.
NewMemoryProvider creates a new Provider that is in memory.

# Variables

ErrAppNotFound is the sentinel error returned when AppConfig fails to find an app with the given name.

# Structs

No description provided by the author
DatabaseProvider is a Provider that pulls from the database and caches and refreshes values on failure.
MemoryProvider is an Provider that stores values in-memory.

# Interfaces

Provider defines possible AuthorizedApp providers.

# Type aliases

DatabaseProviderOption is used as input to the database provider.