package messages type Data struct { AgentId string SensorId string Data []byte StartedAt uint64 FinishedAt uint64 }