overflow_commons_go/modules/config/model/Schedule.go

6 lines
85 B
Go
Raw Normal View History

2017-12-04 06:50:11 +00:00
package model
type Schedule struct {
Interval string `json:"interval,omitempty"`
}