This commit is contained in:
Adam Majer 2024-07-17 17:27:11 +02:00
parent a3b8c3cd3b
commit 19b1656a61

View File

@ -13,7 +13,7 @@ import (
type BuildNotification struct { type BuildNotification struct {
BuildSuccess bool BuildSuccess bool
Project, Package, Repository, Arch, Release, Rev, Buildtype, Workerid string Project, Package, Repository, Arch, Release, Rev, Buildtype, Workerid string
Starttime, Endtime, Readytime uint64 Starttime, Endtime, Readytime string
} }
func failOnError(err error, msg string) { func failOnError(err error, msg string) {