Versions in this module Expand all Collapse all v1 v1.2.0 Dec 8, 2018 Changes in this version + type MockS struct + func NewMockS(ctrl *gomock.Controller) *MockS + func (m *MockS) EXPECT() *MockSMockRecorder + func (m *MockS) F(arg0 X) + type MockSMockRecorder struct + func (mr *MockSMockRecorder) F(arg0 interface{}) *gomock.Call + type S interface + F func(X) + type X struct