initial commit lets start
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type TaskSettings struct {
|
||||
XMLName xml.Name `xml:"TaskSettings"`
|
||||
KindOfTask string `xml:"KindOfTask,attr"`
|
||||
Interval int `xml:"Interval,attr"`
|
||||
IntervalUnit string `xml:"IntervalUnit,attr"`
|
||||
Watchdog *Watchdog `xml:"Watchdog"`
|
||||
}
|
||||
Reference in New Issue
Block a user