()
| 78 | } |
| 79 | |
| 80 | func GetExample3Req() *example3.ExampleReq { |
| 81 | obj := example3.NewExampleReq() |
| 82 | obj.Msg = new(string) |
| 83 | *obj.Msg = "hello" |
| 84 | obj.Subfix = math.MaxFloat64 |
| 85 | obj.InnerBase = GetInnerBase3() |
| 86 | obj.Base = GetBase() |
| 87 | obj.Code = 1024 |
| 88 | return obj |
| 89 | } |
| 90 | |
| 91 | func GetExample3Resp() *example3.ExampleResp { |
| 92 | obj := example3.NewExampleResp() |
searching dependent graphs…