MCPcopy Create free account
hub / github.com/efectn/go-orm-benchmarks / Gorm

Struct Gorm

bench/gorm.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Gorm struct {
12 helper.ORMInterface
13 conn *gormdb.DB
14}
15
16func CreateGorm() helper.ORMInterface {
17 return &Gorm{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected