Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ NewUserInfo
Function
NewUserInfo
models/UserModel.go:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
NewUserInfo() *UserInfo {
44
return
&UserInfo{}
45
}
46
func
GetTableUserInfo() string {
47
return
getTable(
"user_info"
)
48
}
Callers
3
GetById
Method · 0.85
Models.go
File · 0.85
RegisterDB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected