View Source Gaol.Jail (gaol v0.1.0)

A representation of a running jail.

Link to this section Summary

Types

t()

A representation of a running jail.

Link to this section Types

@type t() :: %Gaol.Jail{
  hostname: binary(),
  jid: pos_integer(),
  name: binary(),
  params: %{required(binary()) => any()},
  path: binary()
}

A representation of a running jail.