valid_config() = [valid_server()]
valid_nas() = {inet:ip_address(), binary(), [atom()], module(), term()}
valid_server() = {eradius_server_mon:server(), [valid_nas()]}
generate_ip_list(IP, Mask) -> any()
get_app_env(App, Env) -> any()
map_helper(Fun, Values) -> any()
map_helper(Fun, Values, Type) -> any()
ok_error_helper(Value, ErrorMsg) -> any()
validate_config(Config::[term()]) -> valid_config() | {invalid, io_lib:chars()}
validate_ip(IP) -> any()
validate_new_config() -> any()
validate_new_config(Invalid, Nodes) -> any()
validate_port(Port) -> any()
validate_ports(Ports) -> any()
validate_secret(Secret) -> any()
Generated by EDoc