Documentation ¶
Overview ¶
Package pubsub provides cluster-wide publishing and subscribing of events
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSubscriptionTerminated = errors.New("broker terminated the subscription")
ErrSubscriptionTerminated is for use by subscribers to indicate that their subscription has been terminated by the broker.
Functions ¶
Types ¶
type Event ¶
Event represents an event in the lifecycle of an otf resource
func NewCreatedEvent ¶
func NewDeletedEvent ¶
func NewUpdatedEvent ¶
type GetterFunc ¶ added in v0.0.53
GetterFunc retrieves the type T using its unique id.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.