Soundboard.Favorites (soundboard v1.7.0)
The Favorites module.
Summary
Types
@type favorite_result() :: {:ok, Soundboard.Favorites.Favorite.t()} | {:error, Ecto.Changeset.t()}
Functions
@spec error_message(Ecto.Changeset.t()) :: String.t()
@spec list_favorite_sounds_with_tags(integer()) :: [Soundboard.Sound.t()]
@spec max_favorites() :: pos_integer()
@spec toggle_favorite(integer(), integer()) :: favorite_result()