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