Documentation
¶
Overview ¶
Package mockrows is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPingable ¶
type MockPingable struct {
// contains filtered or unexported fields
}
MockPingable is a mock of Pingable interface.
func NewMockPingable ¶
func NewMockPingable(ctrl *gomock.Controller) *MockPingable
NewMockPingable creates a new mock instance.
func (*MockPingable) EXPECT ¶
func (m *MockPingable) EXPECT() *MockPingableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPingable) PingContext ¶
func (m *MockPingable) PingContext(arg0 context.Context) error
PingContext mocks base method.
type MockPingableMockRecorder ¶
type MockPingableMockRecorder struct {
// contains filtered or unexported fields
}
MockPingableMockRecorder is the mock recorder for MockPingable.
func (*MockPingableMockRecorder) Ping ¶
func (mr *MockPingableMockRecorder) Ping() *gomock.Call
Ping indicates an expected call of Ping.
func (*MockPingableMockRecorder) PingContext ¶
func (mr *MockPingableMockRecorder) PingContext(arg0 any) *gomock.Call
PingContext indicates an expected call of PingContext.
type MockRows ¶
type MockRows struct {
// contains filtered or unexported fields
}
MockRows is a mock of Rows interface.
func NewMockRows ¶
func NewMockRows(ctrl *gomock.Controller) *MockRows
NewMockRows creates a new mock instance.
func (*MockRows) EXPECT ¶
func (m *MockRows) EXPECT() *MockRowsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRowsMockRecorder ¶
type MockRowsMockRecorder struct {
// contains filtered or unexported fields
}
MockRowsMockRecorder is the mock recorder for MockRows.
func (*MockRowsMockRecorder) Close ¶
func (mr *MockRowsMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockRowsMockRecorder) Err ¶
func (mr *MockRowsMockRecorder) Err() *gomock.Call
Err indicates an expected call of Err.
func (*MockRowsMockRecorder) Next ¶
func (mr *MockRowsMockRecorder) Next() *gomock.Call
Next indicates an expected call of Next.