user usecases & repository methods
This commit is contained in:
parent
7f6cd8e557
commit
39b89fc404
5 changed files with 125 additions and 0 deletions
9
internal/entities/user.go
Normal file
9
internal/entities/user.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package entities
|
||||
|
||||
type UserID string
|
||||
type TelegramID int64
|
||||
|
||||
type User struct {
|
||||
ID UserID
|
||||
TelegramID TelegramID
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue