| 82 | } |
| 83 | |
| 84 | type AuthorizeSecurityGroupEgressParams struct { |
| 85 | p map[string]interface{} |
| 86 | } |
| 87 | |
| 88 | func (p *AuthorizeSecurityGroupEgressParams) toURLValues() url.Values { |
| 89 | u := url.Values{} |
nothing calls this directly
no outgoing calls
no test coverage detected