CFEnv v0.1.0 CFEnv.Store View Source

A GenServer, storing a parsed version of VCAP_SERVICES and VCAP_APPLICATION.

Link to this section Summary

Link to this section Functions

Link to this function get_application() View Source
get_application() :: map()
Link to this function get_application(key) View Source
get_application(String.t()) :: term() | nil
Link to this function get_service(key) View Source
get_service(String.t()) :: term()
Link to this function get_service(key, value) View Source
get_service(String.t(), String.t()) :: term()
Link to this function get_services() View Source
get_services() :: map()
Link to this function start_link(_) View Source
start_link(term()) :: {:ok, pid()} | {:error, term()}