Loading go-packages/meep-vis-traffic-mgr/model_time_stamp.godeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line package vistrafficmgr type TimeStamp struct { // The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC. NanoSeconds int32 `json:"nanoSeconds"` // The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC. Seconds int32 `json:"seconds"` } Loading
go-packages/meep-vis-traffic-mgr/model_time_stamp.godeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line package vistrafficmgr type TimeStamp struct { // The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC. NanoSeconds int32 `json:"nanoSeconds"` // The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC. Seconds int32 `json:"seconds"` }