You've already forked drone-email
This commit is contained in:
8
pkg/domain/job.go
Normal file
8
pkg/domain/job.go
Normal file
@ -0,0 +1,8 @@
|
||||
package domain
|
||||
|
||||
type Job struct {
|
||||
ExitCode int
|
||||
Finished int64
|
||||
Started int64
|
||||
Status string
|
||||
}
|
Reference in New Issue
Block a user