package
Version:
v0.0.0-...-84e3b64
Opens a new window with list of versions in this module.
Published: Dec 6, 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 Device struct {
UserId string `json:"user_id"`
DeviceId string `json:"device_id"`
TokenHash [32]byte `json:"token_hash"`
}
type Mark struct {
ID string `json:"id"`
Title string `json:"title"`
URL string `json:"url"`
UserID string `json:"user_id"`
}
type User struct {
ID string `json:"id"`
Email string `json:"email"`
PasswordHash string `json:"password_hash"`
Active bool `json:"active"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.