Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReportTypeWebhooks = "webhook" ReportTypePRs = "pull requests" ReportTypeBranchRules = "branch rules" ReportTypeLabels = "labels" ReportTypeUsers = "users" ReportTypeGitLFSObjects = "LFS objects" )
Variables ¶
This section is empty.
Functions ¶
func PublishReports ¶ added in v0.42.0
Types ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
func (*Report) ReportError ¶
ReportError can be used to report error for a typ and key for that type with an error msg If a key is reported twice it will be overwritten.
func (*Report) ReportErrors ¶
func (*Report) ReportMetric ¶
ReportMetric to report metric for a type
func (*Report) ReportSkipped ¶ added in v0.42.0
ReportSkipped marks a metadata type as skipped during migration
Click to show internal directories.
Click to hide internal directories.