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