[PR #159] [MERGED] feat: add ConvertAnyMap function and corresponding tests for map conv… #337

Closed
opened 2026-02-16 01:15:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/159
Author: @Yeuoly
Created: 3/28/2025
Status: Merged
Merged: 3/30/2025
Merged by: @Yeuoly

Base: mainHead: fix/marshal-any-map


📝 Commits (1)

  • 084c4a2 feat: add ConvertAnyMap function and corresponding tests for map conversion

📊 Changes

3 files changed (+124 additions, -3 deletions)

View changed files

internal/utils/mapping/converts.go (+31 -0)
internal/utils/mapping/converts_test.go (+77 -0)
📝 pkg/entities/plugin_entities/model_declaration.go (+16 -3)

📄 Description

…ersion


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/159 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/marshal-any-map` --- ### 📝 Commits (1) - [`084c4a2`](https://github.com/langgenius/dify-plugin-daemon/commit/084c4a24ad9d386b28199964224e4c27a6c4ce13) feat: add ConvertAnyMap function and corresponding tests for map conversion ### 📊 Changes **3 files changed** (+124 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `internal/utils/mapping/converts.go` (+31 -0) ➕ `internal/utils/mapping/converts_test.go` (+77 -0) 📝 `pkg/entities/plugin_entities/model_declaration.go` (+16 -3) </details> ### 📄 Description …ersion --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:36 -05:00
yindo closed this issue 2026-02-16 01:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#337