MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / UpdateByID

Method UpdateByID

internal/dao/userExample.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, table *model.UserExample)

Source from the content-addressed store, hash-verified

23 Create(ctx context.Context, table *model.UserExample) error
24 DeleteByID(ctx context.Context, id uint64) error
25 UpdateByID(ctx context.Context, table *model.UserExample) error
26 GetByID(ctx context.Context, id uint64) (*model.UserExample, error)
27 GetByColumns(ctx context.Context, params *query.Params) ([]*model.UserExample, int64, error)
28

Callers 5

TestUserDao_UpdateFunction · 0.65
UpdateByIDMethod · 0.65
UpdateByIDMethod · 0.65

Implementers 1

userExampleDaointernal/dao/userExample.go

Calls

no outgoing calls

Tested by 3

TestUserDao_UpdateFunction · 0.52