drone-email/pkg/domain/prevBuild.go

7 lines
69 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type PrevBuild struct {
Number int
Status string
}