MockExtra_Validate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Validate'
| 199 | |
| 200 | // MockExtra_Validate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Validate' |
| 201 | type MockExtra_Validate_Call struct { |
| 202 | *mock.Call |
| 203 | } |
| 204 | |
| 205 | // Validate is a helper method to define mock.On call |
| 206 | // - ctx context.Context |
nothing calls this directly
no outgoing calls
no test coverage detected