()
| 240 | } |
| 241 | |
| 242 | func (p *ListCAProvidersParams) toURLValues() url.Values { |
| 243 | u := url.Values{} |
| 244 | if p.p == nil { |
| 245 | return u |
| 246 | } |
| 247 | if v, found := p.p["name"]; found { |
| 248 | u.Set("name", v.(string)) |
| 249 | } |
| 250 | return u |
| 251 | } |
| 252 | |
| 253 | func (p *ListCAProvidersParams) SetName(v string) { |
| 254 | if p.p == nil { |
no outgoing calls
no test coverage detected