exsozu v0.3.0 ExSozu.Answer View Source

Defines the structure for Sozu’s answers.

Link to this section Summary

Link to this section Types

Link to this type status() View Source
status() :: :ok | :processing | :error
Link to this type t() View Source
t() :: %ExSozu.Answer{data: nil | map(), id: String.t(), message: String.t(), status: status()}