This website requires JavaScript.
Explore
Help
Sign In
YourSelfHosted
/
memos
Watch
1
Star
0
Fork
0
You've already forked memos
mirror of
https://github.com/usememos/memos.git
synced
2025-02-14 18:30:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
memos
/
api
/
auth.go
12 lines
127 B
Go
Raw
Normal View
History
Unescape
Escape
init project
2021-12-08 23:43:14 +08:00
package
api
refactor: backend
2022-02-03 15:32:03 +08:00
type
Login
struct
{
Name
string
Password
string
init project
2021-12-08 23:43:14 +08:00
}
refactor: backend
2022-02-03 15:32:03 +08:00
type
Signup
struct
{
Name
string
Password
string
init project
2021-12-08 23:43:14 +08:00
}
Reference in New Issue
Copy Permalink