mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-24 17:48:39 +00:00
8 lines
102 B
Elixir
8 lines
102 B
Elixir
|
defprotocol Mobilizon.Service.Metadata do
|
||
|
@doc """
|
||
|
Build tags
|
||
|
"""
|
||
|
|
||
|
def build_tags(entity)
|
||
|
end
|