package commands import "github.com/google/uuid" type DeleteImageCommand struct { Id uuid.UUID }