package
Version:
v0.0.0-...-5f46fbe
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewItem(c *fiber.Ctx, newItem Item) error
func GetAllItems(c *fiber.Ctx) ([]Item, error)
type LoginData struct {
Username string `json:"username"`
Password string `json:"password"`
}
type RegisterData struct {
Username string `json:"username"`
Password string `json:"password"`
}
type User struct {
Username string `json:"username"`
Password string `json:"password"`
ID string `json:"id"`
LoggedIn bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.