MCPcopy Create free account
hub / github.com/cloudbase/garm / WithOrgID

Method WithOrgID

client/organizations/get_org_parameters.go:124–127  ·  view source on GitHub ↗

WithOrgID adds the orgID to the get org params

(orgID string)

Source from the content-addressed store, hash-verified

122
123// WithOrgID adds the orgID to the get org params
124func (o *GetOrgParams) WithOrgID(orgID string) *GetOrgParams {
125 o.SetOrgID(orgID)
126 return o
127}
128
129// SetOrgID adds the orgId to the get org params
130func (o *GetOrgParams) SetOrgID(orgID string) {

Callers 12

updateOrgFunction · 0.45
getOrgFunction · 0.45
installOrgWebhookFunction · 0.45
getOrgWebhookFunction · 0.45
uninstallOrgWebhookFunction · 0.45
createOrgPoolFunction · 0.45
listOrgPoolsFunction · 0.45
getOrgPoolFunction · 0.45
updateOrgPoolFunction · 0.45
listOrgInstancesFunction · 0.45
deleteOrgFunction · 0.45
deleteOrgPoolFunction · 0.45

Calls 1

SetOrgIDMethod · 0.95

Tested by

no test coverage detected