# Functions
ConfigParse is parsing yaml file to the ConfigList.
IsAlreadyExistsError checks if given error is AlreadyExist error.
IsNotFoundError checks if given error is NotFound error.
NewFactory is a factory for entities based on given ConfigList.
# Constants
DriverMemory is a driver to local in-memory store.
EntityAll represents name of all entities.
EntityInstance represents name of services instances entities.
EntityInstanceOperation represents name of instances operations entities.
EntityRemoteEnvironment represents name of remote environment entities.
# Structs
Config contains database configuration.
ProviderConfig provides configuration to the database provider.
# Interfaces
Factory provides access to concrete storage.
Instance is an interface that describe storage layer operations for Instances.
InstanceOperation is an interface that describe storage layer operations for InstanceOperations.
RemoteEnvironment is an interface that describe storage layer operations for Charts.
# Type aliases
ConfigList is a list of configurations.
DriverType defines type of data storage.
EntityName defines name of the entity in database.
ProviderConfigMap contains map of provided configurations for given entities.