package
Version:
v0.0.0-...-ef91ec3
Opens a new window with list of versions in this module.
Published: Nov 25, 2019
License: GPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type AdminLoginRequest struct {
UserName string `json:"username"`
Password string `json:"password"`
}
type DeleteTaskRequest struct {
ID int `json:"id"`
}
type IDRequest struct {
ID int `json:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.