open-nomad/client/allocrunnerv2/taskrunner/interfaces/events.go
2018-10-16 16:53:29 -07:00

8 lines
140 B
Go

package interfaces
import "github.com/hashicorp/nomad/nomad/structs"
type EventEmitter interface {
EmitEvent(event *structs.TaskEvent)
}