View Source Fastagi.Response (Fastagi v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Fastagi.Response{
  code: integer(),
  data: String.t(),
  digit: String.t(),
  endpos: String.t(),
  result: String.t(),
  results: term(),
  value: String.t()
}

Link to this section Functions