Chore: SQL Store Split of datasource (#54262)
* refectory datasource * fix linter
This commit is contained in:
@@ -14,4 +14,5 @@ type DB interface {
|
||||
NewSession(ctx context.Context) *sqlstore.DBSession
|
||||
GetDialect() migrator.Dialect
|
||||
GetSqlxSession() *session.SessionDB
|
||||
InTransaction(ctx context.Context, fn func(ctx context.Context) error) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user