Current section

Files

Jump to
inflex_db lib inflex_db current_time behaviour.ex
Raw

lib/inflex_db/current_time/behaviour.ex

defmodule InflexDB.CurrentTime.Behaviour do
@moduledoc false
@callback epoch_now() :: non_neg_integer()
end