@@ -0,0 +1,13 @@
package uptimemonitor
import (
"time"
)
type User struct {
ID int64
Name string
Email string
PasswordHash string
CreatedAt time.Time
}
The note is not visible to the blocked user.