Current section
Files
Jump to
Current section
Files
src/rebar3_grisp_io.hrl
%--- Macros --------------------------------------------------------------------
-define(NAMESPACE, 'grisp-io').
-define(AES, aes_256_ecb).
%--- Types ---------------------------------------------------------------------
-type config() :: #{username => binary(),
encrypted_token => binary()}.