(orgGUID, quotaGUID string)
| 19 | FindByName(name string) (quota models.QuotaFields, apiErr error) |
| 20 | |
| 21 | AssignQuotaToOrg(orgGUID, quotaGUID string) error |
| 22 | |
| 23 | // CRUD ahoy |
| 24 | Create(quota models.QuotaFields) error |
no outgoing calls
no test coverage detected