View Source Conion (conion v0.1.0)

Documentation for Conion's main API.

Summary

Functions

alive? returns true if the Conion.Server and all it's children are running.

Return the list of children, that should be started with the Conion.Application.

All confiurations are loaded fro ENV vars. Where the default value for each key is configured in the application's configuration.

Load the configuration from ENV and config.exs and call the setup functions for each configuration key. Returns a map with {ENV, return_from_load_configuration_for/2}

Functions

alive?()

alive? returns true if the Conion.Server and all it's children are running.

application_children()

Return the list of children, that should be started with the Conion.Application.

configurations()

All confiurations are loaded fro ENV vars. Where the default value for each key is configured in the application's configuration.

configure()

Load the configuration from ENV and config.exs and call the setup functions for each configuration key. Returns a map with {ENV, return_from_load_configuration_for/2}