Vibe.Remote.SSH.Protocol (vibe v0.2.2)

Copy Markdown View Source

Versioned JSON command protocol for the Vibe SSH transport.

Summary

Functions

handle_exec(command, opts \\ [])

@spec handle_exec(
  charlist() | binary(),
  keyword()
) :: {:ok, iodata()} | {:error, iodata()}

request(payload)

@spec request(map()) :: binary()