package
Version:
v1.4.3
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 BookRequest struct {
Name string `json:"name" label:"姓名"`
Age int `json:"age" label:"年龄"`
}
type BookResponse struct {
Code int `json:"code"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.