This commit is contained in:
phoenix
2025-11-01 17:27:26 -04:00
parent 25c283434d
commit 60241a2b16
4 changed files with 3 additions and 15 deletions
-8
View File
@@ -11,14 +11,6 @@ import (
"git.kundeng.us/phoenix/textsender-models/pkg/user"
)
/*
type User struct {
Id uuid.UUID `json:"id"`
PhoneNumber string `json:"phone_number"`
Username string `json:"username"`
Password string `json:"password"`
}
*/
type UserStore interface {
CreateUser(ctx context.Context, user *user.User) error