Current section
Files
Jump to
Current section
Files
lib/sftp_client/adapter/ssh.ex
defmodule SFTPClient.Adapter.SSH do
@moduledoc """
A behavior that defines required callbacks for a low-level SSH adapter.
"""
@callback close(conn_ref :: pid) :: :ok
end