Current section

Files

Jump to
eventstore lib event_store application.ex
Raw

lib/event_store/application.ex

defmodule EventStore.Application do
use Application
def start(_, _) do
EventStore.Supervisor.start_link
end
end