Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + type MockSessionFactory struct + func NewMockSessionFactory() *MockSessionFactory + func (m *MockSessionFactory) CheckConnection() error + func (m *MockSessionFactory) Close() error + func (m *MockSessionFactory) DirectDB() *sql.DB + func (m *MockSessionFactory) Init(config *config.DatabaseConfig) + func (m *MockSessionFactory) New(ctx context.Context) *gorm.DB + func (m *MockSessionFactory) NewListener(ctx context.Context, channel string, callback func(id string)) + func (m *MockSessionFactory) ResetDB() v0.1.0-rc.1 Feb 16, 2026