drone-email/pkg/domain/prevBuild.go

7 lines
69 B
Go

package domain
type PrevBuild struct {
Number int
Status string
}