diff options
author | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
commit | a951f219bcf63bbdb5b9048a018d497fdc63a62f (patch) | |
tree | 458ad7e0f3c0981770014cb395bcac07a134e271 /lib/pleroma/config/getting.ex | |
parent | d5a824b463e66b91861556b26e4c95e880c89139 (diff) | |
download | pleroma-test-speedup.tar.gz |
Lintingtest-speedup
Diffstat (limited to 'lib/pleroma/config/getting.ex')
-rw-r--r-- | lib/pleroma/config/getting.ex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pleroma/config/getting.ex b/lib/pleroma/config/getting.ex new file mode 100644 index 000000000..cc557674c --- /dev/null +++ b/lib/pleroma/config/getting.ex @@ -0,0 +1,8 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 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 |