package linux const ( EventOutput = iota EventStderr ) type EventOutputData struct { Output string }