summaryrefslogtreecommitdiff
path: root/lib/pleroma/config/getting.ex
blob: 2cc9fe80b99379d4a0497ec244344577b3b98a5d (plain)
1
2
3
4
5
6
7
8
# Pleroma: A lightweight social networking server
# Copyright © 2017-2021 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