Bag
A collection of structured data bags, in the form of Elixir structs.
Installation
def application do
[extra_applications: [:bag]]
end
def deps do
[{:bag, "~> 0.1.0"}]
endA collection of structured data bags, in the form of Elixir structs.
def application do
[extra_applications: [:bag]]
end
def deps do
[{:bag, "~> 0.1.0"}]
end