mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
47297127a2
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
118 B
Elixir
7 lines
118 B
Elixir
defprotocol Mobilizon.Service.Metadata do
|
|
@doc """
|
|
Build tags
|
|
"""
|
|
|
|
def build_tags(entity, locale \\ "en")
|
|
end
|