f
This commit is contained in:
@@ -22,4 +22,6 @@ type UserApplicationService interface {
|
||||
ListUsers(ctx context.Context, query *queries.ListUsersQuery) (*responses.UserListResponse, error)
|
||||
GetUserDetail(ctx context.Context, userID string) (*responses.UserDetailResponse, error)
|
||||
GetUserStats(ctx context.Context) (*responses.UserStatsResponse, error)
|
||||
BlacklistUser(ctx context.Context, cmd *commands.BlacklistUserCommand) error
|
||||
UnblacklistUser(ctx context.Context, cmd *commands.UnblacklistUserCommand) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user