mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-08 07:30:01 +08:00
3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
|
|
type ImportData struct {
|
||
|
|
Name string `path:"name,options=you|me"`
|
||
|
|
}
|