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