summaryrefslogtreecommitdiff
path: root/ecs/event.go
blob: 00904d9a3e4d67ad23a2371f711859a987a8a116 (plain)
1
2
3
4
5
6
package ecs

type Event struct {
	// Delta is time between events in ms
	Delta uint64
}