| 1018 | } |
| 1019 | |
| 1020 | type DeleteSecurityGroupParams struct { |
| 1021 | p map[string]interface{} |
| 1022 | } |
| 1023 | |
| 1024 | func (p *DeleteSecurityGroupParams) toURLValues() url.Values { |
| 1025 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected