Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableUserInfo
Function
GetTableUserInfo
models/UserModel.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
return
&UserInfo{}
45
}
46
func
GetTableUserInfo() string {
47
return
getTable(
"user_info"
)
48
}
49
50
//根据条件查询用户信息,比如用户登录、用户列表等的获取也可以使用这个函数
51
//@param p int 页码
Callers
9
UserList
Method · 0.85
UserInfo
Method · 0.85
GetById
Method · 0.85
CanDownloadFile
Method · 0.85
DelFolder
Method · 0.85
Models.go
File · 0.85
DocumentProcess
Function · 0.85
RecoverFromRecycle
Method · 0.85
RemoveToRecycle
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected