We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f3163 commit 7413e02Copy full SHA for 7413e02
engine/access/rest/websockets/models/subscription_entry.go
@@ -3,6 +3,6 @@ package models
3
// SubscriptionEntry represents an active subscription entry.
4
type SubscriptionEntry struct {
5
SubscriptionID string `json:"subscription_id"` // ID is a client generated UUID for subscription
6
- Topic string `json:"topic"` // Topic of the subscription
+ Topic string `json:"topic"` // Topic of the subscription
7
Arguments Arguments `json:"arguments"`
8
}
0 commit comments