NetworkInspect mocks base method.
(arg0 context.Context, arg1 string, arg2 client.NetworkInspectOptions)
| 1053 | |
| 1054 | // NetworkInspect mocks base method. |
| 1055 | func (m *MockAPIClient) NetworkInspect(arg0 context.Context, arg1 string, arg2 client.NetworkInspectOptions) (client.NetworkInspectResult, error) { |
| 1056 | m.ctrl.T.Helper() |
| 1057 | ret := m.ctrl.Call(m, "NetworkInspect", arg0, arg1, arg2) |
| 1058 | ret0, _ := ret[0].(client.NetworkInspectResult) |
| 1059 | ret1, _ := ret[1].(error) |
| 1060 | return ret0, ret1 |
| 1061 | } |
| 1062 | |
| 1063 | // NetworkInspect indicates an expected call of NetworkInspect. |
| 1064 | func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected