Instream v0.20.0 Instream.Query View Source

Query struct.

Link to this section Summary

Link to this section Types

Link to this type

payload_type() View Source
payload_type() :: String.t() | map() | nil

Link to this type

query_method() View Source
query_method() :: :get | :post

Link to this type

query_type() View Source
query_type() :: :ping | :read | :status | :version | :write

Link to this type

t() View Source
t() :: %Instream.Query{
  method: query_method(),
  opts: Keyword.t(),
  payload: payload_type(),
  type: query_type()
}