package
Version:
v0.0.0-...-71ad85e
Opens a new window with list of versions in this module.
Published: Sep 19, 2022
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Username string `json:"username"`
Password string `json:"password"`
}
type Data struct {
Token string `json:"token"`
}
type Post struct {
Userid string `json:"userId"`
ID int `json:"id"`
Title string `json:"title"`
Body string `json:"body"`
}
Source Files
¶
Directories
¶
api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.