View Source Zenohex.Sample (Zenohex v0.2.0)

Documentation for Elixir.Zenohex.Sample.

Structs received by

Summary

Types

@type t() :: %Zenohex.Sample{
  key_expr: String.t(),
  kind: :put | :delete,
  reference: reference() | :undefined,
  value: binary() | integer() | float()
}