Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type MockExecutor struct + func NewMockExecutor(ctrl *gomock.Controller) *MockExecutor + func (m *MockExecutor) EXPECT() *MockExecutorMockRecorder + func (m *MockExecutor) ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) + func (m *MockExecutor) GetContext(ctx context.Context, dest any, query string, args ...any) error + type MockExecutorMockRecorder struct + func (mr *MockExecutorMockRecorder) ExecContext(ctx, query any, args ...any) *gomock.Call + func (mr *MockExecutorMockRecorder) GetContext(ctx, dest, query any, args ...any) *gomock.Call + type MockQuerier struct + func NewMockQuerier(ctrl *gomock.Controller) *MockQuerier + func (m *MockQuerier) EXPECT() *MockQuerierMockRecorder + func (m *MockQuerier) Exec(ctx context.Context, query string, args ...any) (sql.Result, error) + func (m *MockQuerier) Get(ctx context.Context, dest any, query string, args ...any) error + type MockQuerierMockRecorder struct + func (mr *MockQuerierMockRecorder) Exec(ctx, query any, args ...any) *gomock.Call + func (mr *MockQuerierMockRecorder) Get(ctx, dest, query any, args ...any) *gomock.Call