Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package interfaces
import "github.com/hashicorp/nomad/nomad/structs"
type EventEmitter interface {
EmitEvent(event *structs.TaskEvent)
}