@@ -0,0 +1,10 @@
package schema
type Task struct {
Name string `json:"name"`
Interval int `json:"interval"`
IntervalUnit string `json:"intervalUnit"`
KindOfTask string `json:"kindOfTask"`
Priority int `json:"priority"`
Programs []*Program `json:"programs"`
}
The note is not visible to the blocked user.