EventStore.init

You're seeing just the callback init, go back to EventStore module for more information.

Specs

init(config :: Keyword.t()) :: {:ok, Keyword.t()}

A callback executed when the event store starts or when configuration is read.

It must return {:ok, keyword} with the updated list of configuration.