MCPcopy
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

TestStudentModelFunction · 0.65
TestUserModelFunction · 0.65
updateTemplatesFunction · 0.65

Implementers 1

defaultUserModeltools/goctl/model/sql/test/model/userm

Calls

no outgoing calls

Tested by 2

TestStudentModelFunction · 0.52
TestUserModelFunction · 0.52