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

Struct CreateTemplateParams

cloudstack/TemplateService.go:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305type CreateTemplateParams struct {
306 p map[string]interface{}
307}
308
309func (p *CreateTemplateParams) toURLValues() url.Values {
310 u := url.Values{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected