summaryrefslogtreecommitdiff
path: root/lib/pleroma/config/getting.ex
blob: f9b66bba6e79d95a5fe612ec36161679233a10dc (plain)
1
2
3
4
5
6
7
8
# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Config.Getting do
  @callback get(any()) :: any()
  @callback get(any(), any()) :: any()
end