Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendReportContent ¶
func AppendReportContent(fn ...GetContentFunc) ([]*v1alpha1.ReportContent, error)
AppendReportContent appends contents generated from multiple sources (each source is represented as a general getter function) into one single content slice.
Types ¶
type GetContentFunc ¶
type GetContentFunc func() ([]*v1alpha1.ReportContent, error)
Click to show internal directories.
Click to hide internal directories.