mocks/Recorder.go
Showing 0 of 2 total issues
Method Recorder.ObserveHTTPResponseSize
has 5 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
func (_m *Recorder) ObserveHTTPResponseSize(ctx context.Context, id string, responseSize int64, method string, code string) {
Method Recorder.ObserveHTTPRequestDuration
has 5 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
func (_m *Recorder) ObserveHTTPRequestDuration(ctx context.Context, id string, duration time.Duration, method string, code string) {