Skip to content

Commit

Permalink
Update engine/access/rest/websockets/models/subscription_entry.go
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue authored Jan 23, 2025
1 parent a7f3163 commit 7413e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/access/rest/websockets/models/subscription_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package models
// SubscriptionEntry represents an active subscription entry.
type SubscriptionEntry struct {
SubscriptionID string `json:"subscription_id"` // ID is a client generated UUID for subscription
Topic string `json:"topic"` // Topic of the subscription
Topic string `json:"topic"` // Topic of the subscription
Arguments Arguments `json:"arguments"`
}

0 comments on commit 7413e02

Please sign in to comment.