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