Current section
Files
Jump to
Current section
Files
lib/ecto_foundationdb/sync/one.ex
defmodule EctoFoundationDB.Sync.One do
@moduledoc false
@enforce_keys [:label, :schema, :id]
defstruct @enforce_keys
end