package
Version:
v0.0.0-...-d4af93e
Opens a new window with list of versions in this module.
Published: May 24, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
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 string `json:"id"`
Title string `json:"title"`
Address string `json:"address"`
User *User `json:"user"`
}
type Login struct {
Username string `json:"username"`
Password string `json:"password"`
}
type NewLink struct {
Title string `json:"title"`
Address string `json:"address"`
}
type NewUser struct {
Username string `json:"username"`
Password string `json:"password"`
}
type RefreshTokenInput struct {
Token string `json:"token"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.