mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-24 08:54:08 +00:00
7 lines
102 B
Elixir
7 lines
102 B
Elixir
defprotocol Mobilizon.Service.Metadata do
|
|
@doc """
|
|
Build tags
|
|
"""
|
|
|
|
def build_tags(entity)
|
|
end
|