Added completed user. Some fixes and more more more...
This commit is contained in:
parent
b96dd39795
commit
ea8ab7c0ed
33 changed files with 576 additions and 212 deletions
|
|
@ -3,7 +3,15 @@ package commands
|
|||
import "github.com/google/uuid"
|
||||
|
||||
type UpdateUserCommand struct {
|
||||
Id uuid.UUID
|
||||
Username string
|
||||
Password string
|
||||
Id uuid.UUID
|
||||
Username string
|
||||
Password string
|
||||
Name string
|
||||
Role string
|
||||
Speciality string
|
||||
Description string
|
||||
Skills string
|
||||
Avatar string
|
||||
Projects string
|
||||
Motto string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue