18
lib/service/global_search/event_result.ex
Normal file
18
lib/service/global_search/event_result.ex
Normal file
@@ -0,0 +1,18 @@
|
||||
defmodule Mobilizon.Service.GlobalSearch.EventResult do
|
||||
@moduledoc """
|
||||
The structure holding search result information about an event
|
||||
"""
|
||||
defstruct [
|
||||
:id,
|
||||
:uuid,
|
||||
:url,
|
||||
:title,
|
||||
:begins_on,
|
||||
:ends_on,
|
||||
:picture,
|
||||
:category,
|
||||
:tags,
|
||||
:organizer_actor,
|
||||
:participants
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user