github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/client/allocrunner/taskrunner/interfaces/events.go (about) 1 package interfaces 2 3 import "github.com/hashicorp/nomad/nomad/structs" 4 5 type EventEmitter interface { 6 EmitEvent(event *structs.TaskEvent) 7 }