Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ Beego
Struct
Beego
bench/beego.go:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
Beego
struct
{
11
helper.ORMInterface
12
conn orm.Ormer
13
}
14
15
func
CreateBeego() helper.ORMInterface {
16
return
&Beego{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected