Current section
Files
Jump to
Current section
Files
lib/ecto_foundationdb/layer/decoded_kv.ex
defmodule EctoFoundationDB.Layer.DecodedKV do
@moduledoc false
defstruct codec: nil, data_object: nil, multikey?: false
end