Statsig.DataStore.Response (statsig_elixir v0.16.3)

Response struct returned from handle_get/2.

Summary

Types

t()

@type t() :: %Statsig.DataStore.Response{
  result: nil | String.t(),
  time: nil | non_neg_integer()
}