MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / CreateUser

Method CreateUser

internal/repository/user.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, u domain.User)

Source from the content-addressed store, hash-verified

17
18type UserRepository interface {
19 CreateUser(ctx context.Context, u domain.User) error
20 FindByID(ctx context.Context, id int64) (domain.User, error)
21 FindByPhone(ctx context.Context, phone string) (domain.User, error)
22 FindByUsername(ctx context.Context, username string) (domain.User, error)

Callers 1

CreateUserMethod · 0.65

Implementers 1

userRepositoryinternal/repository/user.go

Calls

no outgoing calls

Tested by

no test coverage detected