MockOrganizationAPI is a mock of OrganizationAPI interface.
| 14 | |
| 15 | // MockOrganizationAPI is a mock of OrganizationAPI interface. |
| 16 | type MockOrganizationAPI struct { |
| 17 | ctrl *gomock.Controller |
| 18 | recorder *MockOrganizationAPIMockRecorder |
| 19 | } |
| 20 | |
| 21 | // MockOrganizationAPIMockRecorder is the mock recorder for MockOrganizationAPI. |
| 22 | type MockOrganizationAPIMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected