# Structs

No description provided by the author
PuppetReport stores the details of a single run of puppet.
PuppetReportSummary is the structure used to represent a series of puppet-runs against a particular node.
PuppetResource refers to a resource in your puppet modules, a resource has a name, along with the file & line-number it was defined in within your manifest.
PuppetRun is the structure which is used to list a summary of puppet runs on the front-page.

# Type aliases

Date is a custom type for time.Time that marshals to and from RFC3339 date only.
Datetime represents a datetime.
No description provided by the author