MCPcopy 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}
46func GetTableUserInfo() string {
47 return getTable("user_info")
48}
49
50//根据条件查询用户信息,比如用户登录、用户列表等的获取也可以使用这个函数
51//@param p int 页码

Callers 9

UserListMethod · 0.85
UserInfoMethod · 0.85
GetByIdMethod · 0.85
CanDownloadFileMethod · 0.85
DelFolderMethod · 0.85
Models.goFile · 0.85
DocumentProcessFunction · 0.85
RecoverFromRecycleMethod · 0.85
RemoveToRecycleMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected