package
Version:
v0.0.0-...-ca0e800
Opens a new window with list of versions in this module.
Published: Jan 27, 2024
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 Link struct {
ID int `db:"id"`
Url string `db:"url"`
Slug string `db:"slug"`
Description string `db:"description"`
CreatedAt time.Time `db:"created_at"`
UserID string `db:"user_id"`
}
type User struct {
UserID string `db:"user_id"`
Email string `db:"email"`
Username string `db:"username"`
Password string `db:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.