Versions in this module Expand all Collapse all v1 v1.4.0 Oct 13, 2023 Changes in this version + func Proto(x proto.Message) gomock.Matcher + type ProtoMatcher struct + func (p *ProtoMatcher) Matches(x interface{}) bool + func (p *ProtoMatcher) String() string v1.3.0 Jun 23, 2021 Changes in this version + type AsyncBlockMatcher struct + func (m *AsyncBlockMatcher) Channel() <-chan struct{} + func (m *AsyncBlockMatcher) Matches(x interface{}) bool + func (m *AsyncBlockMatcher) String() string + type RecordMatcher struct + func (rm *RecordMatcher) Get() interface{} + func (rm *RecordMatcher) Matches(x interface{}) bool + func (rm *RecordMatcher) String() string + type RegexpMatcher struct + func (m *RegexpMatcher) Matches(x interface{}) bool + func (m *RegexpMatcher) String() string + type SameMatcher struct + func (m *SameMatcher) Matches(x interface{}) bool + func (m *SameMatcher) String() string v1.2.0 Sep 10, 2020 Changes in this version + func Regexp(pattern string) *regexpMatcher v1.1.0 Aug 21, 2019 Changes in this version + func AsyncBlock(matcher gomock.Matcher) *asyncBlockMatcher v1.0.0 Mar 12, 2019 Changes in this version + func Record(m gomock.Matcher) *recordMatcher + func Same(x interface{}) *sameMatcher Other modules containing this package github.com/Storytel/gomock-matchers/v2