| 1174 | } |
| 1175 | |
| 1176 | type GetUploadParamsForIsoParams struct { |
| 1177 | p map[string]interface{} |
| 1178 | } |
| 1179 | |
| 1180 | func (p *GetUploadParamsForIsoParams) toURLValues() url.Values { |
| 1181 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected