Forked from
Functional Programming / Diskuy-Backend
99 commits behind the upstream repository.
-
Muhammad Rafif Elfazri authoredMuhammad Rafif Elfazri authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
diskuy.ex 249 B
defmodule Diskuy do
@moduledoc """
Diskuy 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