mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update finding memo with visibility
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
package api
|
||||
|
||||
var (
|
||||
UNKNOWN_ID = 0
|
||||
)
|
||||
|
||||
type Signin struct {
|
||||
Email string `json:"email"`
|
||||
Password string `json:"password"`
|
||||
|
Reference in New Issue
Block a user