19
lib/service/global_search/group_result.ex
Normal file
19
lib/service/global_search/group_result.ex
Normal file
@@ -0,0 +1,19 @@
|
||||
defmodule Mobilizon.Service.GlobalSearch.GroupResult do
|
||||
@moduledoc """
|
||||
The structure holding search result information about a group
|
||||
"""
|
||||
defstruct [
|
||||
:id,
|
||||
:url,
|
||||
:name,
|
||||
:preferred_username,
|
||||
:domain,
|
||||
:avatar,
|
||||
:summary,
|
||||
:url,
|
||||
:members_count,
|
||||
:follower_count,
|
||||
:type,
|
||||
:physical_address
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user