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

Method DeleteUser

internal/repository/user.go:24–24  ·  view source on GitHub ↗
(ctx context.Context, username string, uid int64)

Source from the content-addressed store, hash-verified

22 FindByUsername(ctx context.Context, username string) (domain.User, error)
23 ChangePassword(ctx context.Context, username string, newPassword string) error
24 DeleteUser(ctx context.Context, username string, uid int64) error
25 UpdateProfile(ctx context.Context, profile domain.Profile) error
26 GetProfile(ctx context.Context, UserID int64) (domain.Profile, error)
27 ListUser(ctx context.Context, pagination domain.Pagination) ([]domain.UserWithProfile, error)

Callers 1

DeleteUserMethod · 0.65

Implementers 1

userRepositoryinternal/repository/user.go

Calls

no outgoing calls

Tested by

no test coverage detected