mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
* Embed unit test data * Add testdata Co-authored-by: anqiansong <anqiansong@bytedance.com>
3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
type ImportData struct {
|
|
Name string `path:"name,options=you|me"`
|
|
} |