Current section

Files

Jump to
mozart lib mozart data mozart_user.ex
Raw

lib/mozart/data/mozart_user.ex

defmodule Mozart.Data.MozartUser do
@moduledoc false
defstruct [:name, :groups]
end