Remove plugin data query projection

This commit is contained in:
npc0-hue
2026-08-21 15:36:49 +08:00
parent fc86b24699
commit 8aeb488179
20 changed files with 91 additions and 703 deletions
+3 -2
View File
@@ -2,8 +2,9 @@ package domain
import "time"
// PluginDataRecord is an opaque plugin-owned platform record. Platform scopes
// it but does not interpret the collection name or payload fields.
// PluginDataRecord is an opaque plugin-owned, server-scoped platform record.
// It is separate from platform users/auth sessions and from game-server data;
// Platform scopes it but does not interpret collection names or payload fields.
type PluginDataRecord struct {
ID string
PluginID string