MCPcopy
hub / github.com/apache/devlake / Dalgorm

Struct Dalgorm

backend/impls/dalgorm/dalgorm.go:51–53  ·  view source on GitHub ↗

Dalgorm implements the dal.Dal interface with gorm

Source from the content-addressed store, hash-verified

49
50// Dalgorm implements the dal.Dal interface with gorm
51type Dalgorm struct {
52 db *gorm.DB
53}
54
55var _ dal.Dal = (*Dalgorm)(nil)
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected