6 lines
85 B
Go
6 lines
85 B
Go
|
package model
|
||
|
|
||
|
type Schedule struct {
|
||
|
Interval string `json:"interval,omitempty"`
|
||
|
}
|