| 1292 | } |
| 1293 | |
| 1294 | type GetUploadParamsForTemplateParams struct { |
| 1295 | p map[string]interface{} |
| 1296 | } |
| 1297 | |
| 1298 | func (p *GetUploadParamsForTemplateParams) toURLValues() url.Values { |
| 1299 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected