You've already forked drone-email
This commit is contained in:
6
pkg/domain/prevBuild.go
Normal file
6
pkg/domain/prevBuild.go
Normal file
@ -0,0 +1,6 @@
|
||||
package domain
|
||||
|
||||
type PrevBuild struct {
|
||||
Number int
|
||||
Status string
|
||||
}
|
Reference in New Issue
Block a user