package api import "time" type Reactor struct { ID string Sensors []Sensor } type Sensor struct { id string }