package commands import "github.com/google/uuid" type CreatePostsCommand struct { PostId uuid.UUID UserId uuid.UUID }