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

Method Create

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

Source from the content-addressed store, hash-verified

21// UserExampleDao defining the dao interface
22type UserExampleDao interface {
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)

Callers 15

saveReportMethod · 0.65
createCertMethod · 0.65
cpuMethod · 0.65
memMethod · 0.65
goroutineMethod · 0.65
blockMethod · 0.65
mutexMethod · 0.65
threadCreateMethod · 0.65
tracingMethod · 0.65
NewFileExporterFunction · 0.65
CreateMethod · 0.65
TestUserDao_CreateFunction · 0.65

Implementers 1

userExampleDaointernal/dao/userExample.go

Calls

no outgoing calls

Tested by 4

CreateMethod · 0.52
TestUserDao_CreateFunction · 0.52