Remove plugin data query projection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user