Peacemaker.Enums.AccountRole (Peacemaker v3.3.5-rc.7) View Source

Link to this section Summary

Functions

Callback implementation for Ecto.Type.cast/1.

Callback implementation for Ecto.Type.dump/1.

Callback implementation for Ecto.Type.embed_as/1.

Callback implementation for Ecto.Type.equal?/2.

Callback implementation for Ecto.Type.load/1.

Callback implementation for Ecto.Type.type/0.

Link to this section Types

Specs

t() ::
  :admin
  | :mentor
  | :trainer
  | :free
  | :fb_starter
  | :premium
  | :employee
  | :basic
  | :on_hold
  | :fga_premium
  | :fga_premium_free
  | :fga_premium_lifetime
  | :fga_three
  | :fga_trial
  | :fga_trial_save
  | :fga_three_free
  | :reia_premium
  | :reia_premium_free
  | :all_access

Link to this section Functions