mirror of
https://github.com/zoriya/vex.git
synced 2026-06-08 04:30:38 +00:00
Add list all feeds
This commit is contained in:
+4
-4
@@ -7,10 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type User struct {
|
||||
Id uuid.UUID
|
||||
Name string
|
||||
Email string
|
||||
Password []byte
|
||||
Id uuid.UUID `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
Password []byte `json:"-"`
|
||||
}
|
||||
|
||||
type UserService struct {
|
||||
|
||||
Reference in New Issue
Block a user