7 lines
88 B
Go
7 lines
88 B
Go
package events
|
|
|
|
type ForegroundJobUpdate struct {
|
|
JobRunning bool
|
|
JobStatus string
|
|
}
|