Versions in this module Expand all Collapse all v1 v1.1.1 Apr 5, 2018 Changes in this version + type MockArg struct + func NewMockArg(ctrl *gomock.Controller) *MockArg + func (m *MockArg) EXPECT() *MockArgMockRecorder + func (m *MockArg) Foo() int + type MockArgMockRecorder struct + func (mr *MockArgMockRecorder) Foo() *gomock.Call + type MockIntf struct + func NewMockIntf(ctrl *gomock.Controller) *MockIntf + func (m *MockIntf) EXPECT() *MockIntfMockRecorder + func (m *MockIntf) F() pkg.Arg + type MockIntfMockRecorder struct + func (mr *MockIntfMockRecorder) F() *gomock.Call