[PR #291] [MERGED] chore: coding style #427

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/291
Author: @Yeuoly
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @Yeuoly

Base: mainHead: chore/style


📝 Commits (1)

📊 Changes

1 file changed (+62 additions, -62 deletions)

View changed files

📝 internal/types/models/curd/atomic.go (+62 -62)

📄 Description

  • Renamed parameters for consistency and clarity, changing tenant_id, plugin_unique_identifier, and install_type to tenantId, pluginUniqueIdentifier, and installType respectively across multiple functions.
  • Updated corresponding database queries to reflect the new parameter names, enhancing code readability and maintainability.

🔄 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/291 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `chore/style` --- ### 📝 Commits (1) - [`b9ce8a9`](https://github.com/langgenius/dify-plugin-daemon/commit/b9ce8a9508ac0b3dd45bee10d016ba3a36e552e2) chore: coding style ### 📊 Changes **1 file changed** (+62 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `internal/types/models/curd/atomic.go` (+62 -62) </details> ### 📄 Description - Renamed parameters for consistency and clarity, changing `tenant_id`, `plugin_unique_identifier`, and `install_type` to `tenantId`, `pluginUniqueIdentifier`, and `installType` respectively across multiple functions. - Updated corresponding database queries to reflect the new parameter names, enhancing code readability and maintainability. --- <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:56 -05:00
yindo closed this issue 2026-02-16 01:15:56 -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#427