github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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  }