mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
71ef0bd043
* Clean up after V2 migration This PR removes all the leftovers and alternative code branching after v2 migration. The self-hosted release is being drafted at: https://github.com/plausible/hosting/issues/68 Refs: - https://github.com/plausible/analytics/pull/2865 - https://github.com/plausible/analytics/pull/2825 - https://github.com/plausible/analytics/pull/2780 * !fixup
10 lines
255 B
Elixir
10 lines
255 B
Elixir
defmodule Plausible do
|
|
@moduledoc """
|
|
Plausible keeps the contexts that define your domain
|
|
and business logic.
|
|
|
|
Contexts are also responsible for managing your data, regardless
|
|
if it comes from the database, an external API or others.
|
|
"""
|
|
end
|