Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NinjaJc01/PensiveNotes
/ types & classes
Types & classes
5 in github.com/NinjaJc01/PensiveNotes
⨍
Functions
50
◇
Types & classes
5
Struct
Note
Note represents the structure of a note in the database
main.go:47
Struct
NoteRequest
NoteRequest is similar to Note, but includes a session token to verify the user for creation instead of uid
main.go:55
Struct
User
User represents a user entity
main.go:25
Struct
UserReq
UserReq is the format of a user creation request
main.go:34
Struct
UserReqPWChange
UserReqPWChange is the format of a password change request
main.go:40