Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zeromicro/go-zero
/ Update
Method
Update
tools/goctl/model/sql/test/model/usermodel.go:32–32 ·
view source on GitHub ↗
(data User)
Source
from the content-addressed store, hash-verified
30
FindOneByMobile(mobile string) (*User, error)
31
FindOneByName(name string) (*User, error)
32
Update(data User) error
33
Delete(id int64) error
34
}
35
Callers
3
TestStudentModel
Function · 0.65
TestUserModel
Function · 0.65
updateTemplates
Function · 0.65
Implementers
1
defaultUserModel
tools/goctl/model/sql/test/model/userm
Calls
no outgoing calls
Tested by
2
TestStudentModel
Function · 0.52
TestUserModel
Function · 0.52