View Source eturnal_ctl (eturnal v1.12.0)

Summary

Types

-type addr() :: inet:ip_address().
-type addr_port() :: {inet:ip_address(), inet:port_number()}.
-type eturnal_node_info() :: #eturnal_node_info{}.
-type session() :: #session{}.
-type sock_mod() :: gen_udp | gen_tcp | fast_tls.

Functions

-spec disconnect(term()) -> {ok, string()} | {error, string()}.
Link to this function

get_credentials(Expiry, Suffix)

View Source
-spec get_credentials(term(), term()) -> {ok, string()} | {error, string()}.
-spec get_info() -> {ok, string()} | {error, string()}.
-spec get_loglevel() -> {ok, string()} | {error, string()}.
-spec get_password(term()) -> {ok, string()} | {error, string()}.
-spec get_sessions() -> {ok, string()} | {error, string()}.
-spec get_sessions(term()) -> {ok, string()} | {error, string()}.
-spec get_version() -> {ok, string()} | {error, string()}.
-spec reload() -> ok | {error, string()}.
-spec set_loglevel(term()) -> ok | {error, string()}.