mocks

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 16, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSessionFactory

type MockSessionFactory struct {
	// contains filtered or unexported fields
}

func NewMockSessionFactory

func NewMockSessionFactory() *MockSessionFactory

NewMockSessionFactory creates a SessionFactory using go-sqlmock. This provides a mock database without requiring PostgreSQL or SQLite.

func (*MockSessionFactory) CheckConnection

func (m *MockSessionFactory) CheckConnection() error

func (*MockSessionFactory) Close

func (m *MockSessionFactory) Close() error

func (*MockSessionFactory) DirectDB

func (m *MockSessionFactory) DirectDB() *sql.DB

func (*MockSessionFactory) Init

func (m *MockSessionFactory) Init(config *config.DatabaseConfig)

func (*MockSessionFactory) New

func (m *MockSessionFactory) New(ctx context.Context) *gorm.DB

func (*MockSessionFactory) NewListener

func (m *MockSessionFactory) NewListener(ctx context.Context, channel string, callback func(id string))

func (*MockSessionFactory) ResetDB

func (m *MockSessionFactory) ResetDB()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL