Initial commit
This commit is contained in:
commit
c0cb826917
63 changed files with 2069 additions and 0 deletions
6
internal/application/commands/create_user_command.go
Normal file
6
internal/application/commands/create_user_command.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package commands
|
||||
|
||||
type CreateUserCommand struct {
|
||||
Username string
|
||||
Password string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue