librarian v0.2.0 SSH.Api behaviour View Source
You might want to run mocked tests against a component that uses the SSH Api. Here is provided the behaviour module to support this testing pattern.
generally speaking, these sorts of features should not be using the quick-and-dirty banged commands, so only the api for the fully error-tupled forms is provided.
Link to this section Summary
Link to this section Callbacks
Specs
Specs
connect(SSH.remote()) :: SSH.connect_result()
Specs
connect(SSH.remote(), keyword()) :: SSH.connect_result()
Specs
connect!(SSH.remote()) :: SSH.conn() | no_return()
Specs
connect!(SSH.remote(), keyword()) :: SSH.conn() | no_return()
Specs
fetch(SSH.conn(), Path.t()) :: SSH.fetch_result()
Specs
fetch(SSH.conn(), Path.t(), keyword()) :: SSH.fetch_result()
Specs
Specs
Specs
run(SSH.conn(), String.t()) :: SSH.run_result()
Specs
run(SSH.conn(), String.t(), keyword()) :: SSH.run_result()
Specs
Specs
Specs
send(SSH.conn(), iodata(), Path.t()) :: SSH.send_result()
Specs
send(SSH.conn(), iodata(), Path.t(), keyword()) :: SSH.send_result()