package
0.11.5
Repository: https://github.com/sergeyignatov/goiardi.git
Documentation: pkg.go.dev

# Functions

AllDataBags returns all data bags on this server, and all their items.
DoesExist checks if the data bag in question exists or not.
Get a data bag.
GetList returns a list of data bags on the server.
New creates an empty data bag, and kicks off adding it to the index.
RawDataBagJSON extract the data bag item's raw data from the request, saving it to the server.

# Structs

DataBag is the overall data bag.
DataBagItem is an individual item within a data bag.