Current section

Files

Jump to
perspective lib core system projections system_time.ex
Raw

lib/core/system/projections/system_time.ex

defmodule Core.Projections.SystemTime do
use Perspective.Projection
expose("system://time", Core.Services.SystemClock)
end