Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // Condition represents the certain criteria to select the Subscription for the further routing. // It's immutable once the Subscription is created. Condition condition.Condition // Description is a human-readable subscription description. Description string // Enabled defines whether subscription is active and may be used to deliver a message. Enabled bool }
Click to show internal directories.
Click to hide internal directories.