Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter reports Prow results to ResultStore and satisfies the crier.reportClient interface.
func New ¶
func New(cfg config.Getter, opener io.Opener, uploader *resultstore.Uploader, dirOnly bool) *Reporter
New returns a new Reporter.
Click to show internal directories.
Click to hide internal directories.