2019-01-16 14:15:13 +00:00
|
|
|
# Pleroma: A lightweight social networking server
|
|
|
|
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
2019-01-18 06:32:52 +00:00
|
|
|
|
2019-01-15 16:43:52 +00:00
|
|
|
defmodule Pleroma.Web.Metadata.Providers.Provider do
|
|
|
|
@callback build_tags(map()) :: list()
|
|
|
|
end
|