MCPcopy Index your code
hub / github.com/apache/cloudstack-go / toURLValues

Method toURLValues

cloudstack/CertificateService.go:242–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240}
241
242func (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
253func (p *ListCAProvidersParams) SetName(v string) {
254 if p.p == nil {

Calls

no outgoing calls

Tested by

no test coverage detected