Glific v0.3.1 Glific.Groups.UserGroup View Source
A pipe for managing the user groups
Link to this section Summary
Functions
Standard changeset pattern we use for all data types
Link to this section Types
Specs
t() :: %Glific.Groups.UserGroup{ __meta__: Ecto.Schema.Metadata.t(), group: Glific.Groups.Group.t() | Ecto.Association.NotLoaded.t() | nil, group_id: term(), id: non_neg_integer() | nil, user: Glific.Users.User.t() | Ecto.Association.NotLoaded.t() | nil, user_id: term() }
Link to this section Functions
Specs
changeset(t(), map()) :: Ecto.Changeset.t()
Standard changeset pattern we use for all data types