@@ -0,0 +1,10 @@
package main
type (
NSQMessage struct {
Name string `json:"name"`
ID string `json:"id"`
Date string `json:"date"`
Completed bool `json:"completed"`
}
)
The note is not visible to the blocked user.