2019-05-25 14:52:33 +01:00

7 lines
63 B
Go

package objects
type Timestamp struct {
Start int
End int
}