mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-07 22:33:40 +01:00
3 lines
97 B
Elixir
3 lines
97 B
Elixir
defmodule Pleroma.Web.Metadata.Providers.Provider do
|
|
@callback build_tags(map()) :: list()
|
|
end
|