(params *CreateOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption)
| 55 | // ClientService is the interface for Client methods |
| 56 | type ClientService interface { |
| 57 | CreateOrg(params *CreateOrgParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgOK, error) |
| 58 | |
| 59 | CreateOrgPool(params *CreateOrgPoolParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateOrgPoolOK, error) |
| 60 |
no outgoing calls
no test coverage detected