package
Version:
v0.0.0-...-12e4130
Opens a new window with list of versions in this module.
Published: Mar 7, 2022
License: Apache-2.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
¶
Code generated by goctl. DO NOT EDIT.
type LoginRequest struct {
Username string `json:"username"`
Password string `json:"password"`
}
type LoginResponse struct {
Status string `json:"status"`
Message string `json:"message"`
ID int64 `json:"id"`
Name string `json:"name"`
Nickname string `json:"nickname"`
Token string `json:"token"`
Expire int64 `json:"expire"`
}
type StatusResponse struct {
Status string `json:"status"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.