package
Version:
v0.0.0-...-870aec1
Opens a new window with list of versions in this module.
Published: Nov 15, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
Title string `json:"title"`
Description string `json:"description"`
Likes int32 `json:"likes"`
ShareLink string `json:"shareLink"`
}
type TokenSchema struct {
Token string `json:"token"`
Error error `json:"error"`
}
type User struct {
Uname string `json:"uname"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.