mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-12 03:34:41 +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
|