@@ -0,0 +1,11 @@
package stdmodels
type StandardMessage struct {
Message string `json:"message"`
}
type StandardError struct {
Status int `json:"status"`
Description []string `json:"description"`
The note is not visible to the blocked user.