| 283 | } |
| 284 | |
| 285 | type ListInstanceGroupsParams struct { |
| 286 | p map[string]interface{} |
| 287 | } |
| 288 | |
| 289 | func (p *ListInstanceGroupsParams) toURLValues() url.Values { |
| 290 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected