This commit is contained in:
nuknal
2024-05-31 09:18:17 +08:00
parent 4b005f324d
commit 9581dbd027
6 changed files with 59 additions and 25 deletions

View File

@@ -183,3 +183,7 @@ func (r *Registrator) SaveRegisteredMssToRaw(raw string) error {
return nil
}
func (r *Registrator) Report() error {
return WriteReport(&r.report, r.Params.ReportFile)
}