github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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 }