package
Version:
v0.0.0-...-721231a
Opens a new window with list of versions in this module.
Published: Sep 27, 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 CategoryCreateRequest struct {
Name string `validate:"required" json:"name"`
}
type CategoryResponse struct {
Id int `json:"id"`
Name string `json:"name"`
}
type CategoryUpdateRequest struct {
Id int `validate:"required" json:"id"`
Name string `validate:"required" json:"name"`
}
type WebResponse struct {
Code int `json:"code"`
Status string `json:"status"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.