View Source Glific.Partners.OrganizationSettings.RegxFlow (Glific v5.1.6)

The Glific abstraction to represent the regular expression flow

Link to this section Summary

Functions

Standard changeset pattern for embedded schema

Link to this section Types

@type t() :: %Glific.Partners.OrganizationSettings.RegxFlow{
  flow: term(),
  flow_id: non_neg_integer() | nil,
  regx: String.t() | nil,
  regx_opt: String.t() | nil
}

Link to this section Functions

Link to this function

regx_flow_changeset(regx_flow, attrs)

View Source
@spec regx_flow_changeset(t(), map()) :: Ecto.Changeset.t()

Standard changeset pattern for embedded schema