Current section

Files

Jump to
ftpasta src ftpasta@tls_config.erl
Raw

src/ftpasta@tls_config.erl

-module(ftpasta@tls_config).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/ftpasta/tls_config.gleam").
-export_type([t_l_s_config/0]).
-type t_l_s_config() :: explicit | implicit | plaintext.