package
Version:
v1.4.5
Opens a new window with list of versions in this module.
Published: Aug 4, 2022
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
¶
Code generated by goctl. DO NOT EDIT.
type CartRequest struct {
Name string `json:"name" label:"姓名"`
Age int `json:"age" label:"年龄"`
}
type CartResponse struct {
Name string `json:"name"`
Age int `json:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.