You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// MockClientOption is an autogenerated mock type for the ClientOption type
type MockClientOption struct {
mock.Mock
}
// Execute provides a mock function with given fields: c
func (_m *MockClientOption) Execute(c *client) {
_m.Called(c)
}
// NewMockClientOption creates a new instance of MockClientOption. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// The first argument is typically a *testing.T value.