Module eradius_config

Data Types

valid_config()

valid_config() = [valid_server()]

valid_nas()

valid_nas() = {inet:ip_address(), binary(), [atom()], module(), term()}

valid_server()

valid_server() = {eradius_server_mon:server(), [valid_nas()]}

Function Index

generate_ip_list/2
get_app_env/2
map_helper/2
map_helper/3
ok_error_helper/2
validate_config/1
validate_ip/1
validate_new_config/0
validate_new_config/2
validate_port/1
validate_ports/1
validate_secret/1

Function Details

generate_ip_list/2

generate_ip_list(IP, Mask) -> any()

get_app_env/2

get_app_env(App, Env) -> any()

map_helper/2

map_helper(Fun, Values) -> any()

map_helper/3

map_helper(Fun, Values, Type) -> any()

ok_error_helper/2

ok_error_helper(Value, ErrorMsg) -> any()

validate_config/1

validate_config(Config::[term()]) -> valid_config() | {invalid, io_lib:chars()}

validate_ip/1

validate_ip(IP) -> any()

validate_new_config/0

validate_new_config() -> any()

validate_new_config/2

validate_new_config(Invalid, Nodes) -> any()

validate_port/1

validate_port(Port) -> any()

validate_ports/1

validate_ports(Ports) -> any()

validate_secret/1

validate_secret(Secret) -> any()


Generated by EDoc