SetIn indicates an expected call of SetIn.
(arg0 any)
| 238 | |
| 239 | // SetIn indicates an expected call of SetIn. |
| 240 | func (mr *MockCliMockRecorder) SetIn(arg0 any) *gomock.Call { |
| 241 | mr.mock.ctrl.T.Helper() |
| 242 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SetIn", reflect.TypeOf((*MockCli)(nil).SetIn), arg0) |
| 243 | } |
| 244 | |
| 245 | // TracerProvider mocks base method. |
| 246 | func (m *MockCli) TracerProvider() trace.TracerProvider { |
nothing calls this directly
no outgoing calls
no test coverage detected