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 // Expires defines a deadline when subscription becomes disabled regardless the Enabled value. Expires time.Time Created time.Time Updated time.Time Public bool Followers int64 }
type QueryByCondition ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.