47297127a2
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
118 B
Elixir
8 lines
118 B
Elixir
defprotocol Mobilizon.Service.Metadata do
|
|
@doc """
|
|
Build tags
|
|
"""
|
|
|
|
def build_tags(entity, locale \\ "en")
|
|
end
|