Notified.Services.Create (notified v0.0.3)
Link to this section Summary
Link to this section Types
Link to this type
message()
Specs
message() :: String.t()
Link to this type
notification()
Specs
notification() :: Notified.Notification.t()
Link to this type
subject()
Specs
subject() :: String.t()
Link to this type
tags()
Specs
tags() :: [String.t()]
Link to this section Functions
Link to this function
call(subject, message, tags)
Specs
call(subject(), message(), tags()) :: {:ok, notification()} | {:error, Ecto.Changeset.t()}