MockSecurityGroupServiceIface is a mock of SecurityGroupServiceIface interface.
| 36 | |
| 37 | // MockSecurityGroupServiceIface is a mock of SecurityGroupServiceIface interface. |
| 38 | type MockSecurityGroupServiceIface struct { |
| 39 | ctrl *gomock.Controller |
| 40 | recorder *MockSecurityGroupServiceIfaceMockRecorder |
| 41 | isgomock struct{} |
| 42 | } |
| 43 | |
| 44 | // MockSecurityGroupServiceIfaceMockRecorder is the mock recorder for MockSecurityGroupServiceIface. |
| 45 | type MockSecurityGroupServiceIfaceMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected