(m *service.MethodData, def string)
| 295 | } |
| 296 | |
| 297 | func requestStructPkg(m *service.MethodData, def string) string { |
| 298 | if m.PayloadLoc != nil { |
| 299 | return m.PayloadLoc.PackageName() |
| 300 | } |
| 301 | return def |
| 302 | } |
| 303 | |
| 304 | func responseStructPkg(m *service.MethodData, def string) string { |
| 305 | if m.ResultLoc != nil { |
nothing calls this directly
no test coverage detected