Introduce the group activity section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
7
lib/service/activity/activity.ex
Normal file
7
lib/service/activity/activity.ex
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule Mobilizon.Service.Activity do
|
||||
@moduledoc """
|
||||
Behavior for Activity creators
|
||||
"""
|
||||
|
||||
@callback insert_activity(entity :: struct(), options :: map()) :: {:ok, Oban.Job.t()}
|
||||
end
|
||||
Reference in New Issue
Block a user