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

# Functions

AllReports returns all run reports currently on the server for export.
Get a report.
GetList returns a list of UUIDs of reports on the system.
GetNodeList returns a list of reports from the given node in the time range and status given.
GetReportList returns a list of reports on the system in the given time range and with the given status, which may be "" for any status.
No description provided by the author
New creates a new report.
NewFromJSON creates a new report from the given uploaded JSON.

# Constants

The format for reporting start and end times in JSON.

# Structs

Report holds information on a chef client's run, including when, what resources changed, what recipes were in the run list, and whether the run was successful or not.