Storage.Config (PhoenixContribStorage v0.1.0)

View Source

Configuration management for Storage.

Summary

Functions

Returns the default service name.

Returns the Repo module to use for database operations.

Returns the configuration for a specific service.

Returns the module for a specific service.

Returns all configured services.

Functions

default_service()

Returns the default service name.

repo()

Returns the Repo module to use for database operations.

service_config(service_name)

Returns the configuration for a specific service.

service_module(service_name)

Returns the module for a specific service.

services()

Returns all configured services.