Glific v0.3.1 Glific.Tags.MessageTag View Source
A file for managing the join table message tags
Link to this section Summary
Functions
Standard changeset pattern we use for all data types
Link to this section Types
Specs
t() :: %Glific.Tags.MessageTag{ __meta__: Ecto.Schema.Metadata.t(), id: non_neg_integer() | nil, message: Glific.Messages.Message.t() | Ecto.Association.NotLoaded.t() | nil, message_id: term(), tag: Glific.Tags.Tag.t() | Ecto.Association.NotLoaded.t() | nil, tag_id: term(), value: String.t() | nil }
Link to this section Functions
Specs
changeset(t(), map()) :: Ecto.Changeset.t()
Standard changeset pattern we use for all data types