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