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