package
Version:
v0.0.0-...-bc12d95
Opens a new window with list of versions in this module.
Published: Feb 19, 2021
License: MIT
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.