@@ -0,0 +1,7 @@
package schema
type Device struct {
Name string `json:"name"`
Tasks []*Task `json:"tasks"`
Globals []*Global `json:"globals"`
}
The note is not visible to the blocked user.