Initial commit
This commit is contained in:
commit
c0cb826917
63 changed files with 2069 additions and 0 deletions
9
internal/application/commands/update_user_command.go
Normal file
9
internal/application/commands/update_user_command.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package commands
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type UpdateUserCommand struct {
|
||||
Id uuid.UUID
|
||||
Username string
|
||||
Password string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue