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

Struct Upper

bench/upper.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Upper struct {
11 helper.ORMInterface
12 conn db.Session
13}
14
15func CreateUpper() helper.ORMInterface {
16 return &Upper{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected