drone-email/pkg/domain/job.go

9 lines
99 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type Job struct {
ExitCode int
Finished int64
Started int64
Status string
}