MCPcopy Index your code
hub / github.com/devtron-labs/devtron / TransactionUtilImpl

Struct TransactionUtilImpl

pkg/sql/TransactionWrapper.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type TransactionUtilImpl struct {
28 dbConnection *pg.DB
29}
30
31func NewTransactionUtilImpl(db *pg.DB) *TransactionUtilImpl {
32 return &TransactionUtilImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected