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

Struct Gorp

bench/gorp.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Gorp struct {
14 helper.ORMInterface
15 conn *gorpware.DbMap
16}
17
18func CreateGorp() helper.ORMInterface {
19 return &Gorp{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected