package models import "time" type HourCommand struct { Time time.Time }