Module otter_config

This module provides the configuration API but you should instead use the API in the otter module.

See also: otter.

Description

This module provides the configuration API but you should instead use the API in the otter module.

Function Index

list/0
read/1
read/2
write/2

Function Details

list/0

list() -> any()

read/1

read(Key) -> any()

read/2

read(Key, Default) -> any()

write/2

write(Key, Value) -> any()


Generated by EDoc, Apr 14 2017, 04:39:45.