Matcher { return &Matcher{ x: x, matchFn: matchFn, } } type Matcher struct { gomock.Matcher x interface{} matchFn func(a, b interface{}) bool } func (m ...
確定! 回上一頁