func eventToGo()

in quark.go [358:363]


func eventToGo(cEvent *C.struct_quark_event) Event {
	return Event{
		Events:  uint64(cEvent.events),
		Process: processToGo(cEvent.process),
	}
}