mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-23 09:08:41 +00:00
7 lines
101 B
Elixir
7 lines
101 B
Elixir
|
defprotocol Mobilizon.Service.Metadata do
|
||
|
@doc """
|
||
|
Build tags
|
||
|
"""
|
||
|
def build_tags(entity)
|
||
|
end
|