Documentation ¶
Overview ¶
Package const_length is a generated GoMock package.
Index ¶
Constants ¶
View Source
const C = 2
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockI ¶
type MockI struct {
// contains filtered or unexported fields
}
MockI is a mock of I interface.
func (*MockI) EXPECT ¶
func (m *MockI) EXPECT() *MockIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIMockRecorder ¶
type MockIMockRecorder struct {
// contains filtered or unexported fields
}
MockIMockRecorder is the mock recorder for MockI.
func (*MockIMockRecorder) Bar ¶
func (mr *MockIMockRecorder) Bar() *gomock.Call
Bar indicates an expected call of Bar.
func (*MockIMockRecorder) Baz ¶
func (mr *MockIMockRecorder) Baz() *gomock.Call
Baz indicates an expected call of Baz.
func (*MockIMockRecorder) Foo ¶
func (mr *MockIMockRecorder) Foo() *gomock.Call
Foo indicates an expected call of Foo.
Click to show internal directories.
Click to hide internal directories.