//
pkg.gl
Category
github.com/cloudwan/gohan
extension
goext
test
package
1.0.0
Repository:
https://github.com/cloudwan/gohan.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
27 SLOC
#
Functions
MatchError
No description provided by the author
#
Structs
MatchErrorMatcher
MatchErrorMatcher matches goext.Error example: Expect(myFunction(myParams)).To(goext.MatchError(goext.NewErrorInternalServerError(myModule.ErrMyError))).