package
Version:
v0.0.0-...-4ce56c9
Opens a new window with list of versions in this module.
Published: Jan 7, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CollectUserInfo(param interface{})
type Animal interface {
Speak() string
}
type Person struct {
Name string `json:"name"`
Age int `json:"age"`
Sex string `json:"sex"`
}
定义结构体及tag
Source Files
¶
Click to show internal directories.
Click to hide internal directories.