github.com/smithx10/nomad@v0.9.1-rc1/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 }