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