# Packages
Package postgres implements the Service Manager storage interfaces for Postgresql Repository.
Code generated by counterfeiter.
# Functions
DefaultSettings returns default values for storage settings.
Register adds a storage with the given name.
Use specifies the storage for the given name Returns the storage ready to be used and an error if one occurred during initialization Upon context.Done signal the storage will be closed.
# Structs
HealthIndicator returns a new indicator for the storage.
Settings type to be loaded from the environment.
# Interfaces
Broker interface for Broker db operations.
Credentials interface for Credentials db operationsgo:generate counterfeiter .
OpenCloser represents an openable and closeable storage.
Pinger allows pinging the storage to check liveliness.
Platform interface for Platform DB operations.
Repository is a storage warehouse that can initiate a transaction.
Security interface for encryption key operations.
ServiceOffering instance for Service Offerings DB operationsgo:generate counterfeiter .
ServiceOffering instance for Service Plan DB operations.
Storage interface provides entity-specific storagesgo:generate counterfeiter .
Visibility interface for Visibility db operations.
Warehouse contains the Service Manager data access object providers.
# Type aliases
PingFunc is an adapter that allows to use regular functions as Pinger.