| 1207 | } |
| 1208 | |
| 1209 | type ListSecurityGroupsParams struct { |
| 1210 | p map[string]interface{} |
| 1211 | } |
| 1212 | |
| 1213 | func (p *ListSecurityGroupsParams) toURLValues() url.Values { |
| 1214 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected