package
Version:
v0.0.0-...-c4064b3
Opens a new window with list of versions in this module.
Published: Oct 6, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Note struct {
ID string `json:"note_id"`
UserId string `json:"user_id"`
Title string `json:"title"`
Content string `json:"content"`
CreatedAt string `json:"created_at"`
}
type User struct {
ID string `json:"user_id"`
Username string `json:"username"`
Email string `json:"email"`
PasswordHash string `json:"password_hash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.