# Functions
LimesClustersToReportRenderer wraps the given limes.ClusterReport in a ClusterReport and returns a []LimesReportRenderer.
LimesDomainsToReportRenderer wraps the given limes.DomainReport in a DomainReport and returns a []LimesReportRenderer.
LimesProjectsToReportRenderer wraps the given limes.ProjectReport in a ProjectReport and returns a []LimesReportRenderer.
RenderReports renders multiple reports and returns the aggregate CSVRecords.
# Constants
Different types of CSVRecordFormat.
Different types of CSVRecordFormat.
Different types of CSVRecordFormat.
Different types of OutputFormat.
Different types of OutputFormat.
Different types of OutputFormat.
# Variables
LimesUnits is a slice of units that Limes understands.
# Structs
ClusterReport is a wrapper for limes.ClusterReport.
DomainReport is a wrapper for limes.DomainReport.
No description provided by the author
ProjectReport is a wrapper for limes.ProjectReport.
# Interfaces
LimesReportRenderer is implemented by data types that can render a Limes API report into CSVRecords.
# Type aliases
CSVRecordFormat type defines the style of CSV records.
CSVRecords is exactly that.
OutputFormat that the app can print data in.