feat: check error type first #202
Annotations
10 errors
goner/gin/responer_test.go#L40
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L52
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L61
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L68
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L75
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L99
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L110
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L126
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Success: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L149
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Failed: *MockXContext does not implement XContext (missing method Abort)
|
goner/gin/responer_test.go#L157
cannot use ctx (variable of type *MockXContext) as XContext value in argument to r.Failed: *MockXContext does not implement XContext (missing method Abort)
|
This job failed
Loading