Versions in this module Expand all Collapse all v1 v1.2.0 Dec 8, 2018 Changes in this version + type MockWithDotImports struct + func NewMockWithDotImports(ctrl *gomock.Controller) *MockWithDotImports + func (m *MockWithDotImports) EXPECT() *MockWithDotImportsMockRecorder + func (m *MockWithDotImports) Method1() Request + func (m *MockWithDotImports) Method2() *bytes.Buffer + func (m *MockWithDotImports) Method3() Context + type MockWithDotImportsMockRecorder struct + func (mr *MockWithDotImportsMockRecorder) Method1() *gomock.Call + func (mr *MockWithDotImportsMockRecorder) Method2() *gomock.Call + func (mr *MockWithDotImportsMockRecorder) Method3() *gomock.Call + type WithDotImports interface + Method1 func() Request + Method2 func() *bytes.Buffer + Method3 func() Context