package commands import "github.com/google/uuid" type UpdatePostCommand struct { Id uuid.UUID Title string Description string Content string }