EctoTablestore.Repo.start_link

You're seeing just the callback start_link, go back to EctoTablestore.Repo module for more information.

Specs

start_link(options()) ::
  {:ok, pid()} | {:error, {:already_started, pid()}} | {:error, term()}

Please see Ecto.Repo.start_link/1 for details.