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