Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteNotificationContainer ¶ added in v1.1.0
type DeleteNotificationContainer struct {
// contains filtered or unexported fields
}
func NewDeleteNotificationContainer ¶ added in v1.1.0
func NewDeleteNotificationContainer() *DeleteNotificationContainer
func (*DeleteNotificationContainer) Add ¶ added in v1.1.0
func (c *DeleteNotificationContainer) Add(correlationID string) <-chan raEvents.ResourceDeleted
func (*DeleteNotificationContainer) Find ¶ added in v1.1.0
func (c *DeleteNotificationContainer) Find(correlationID string) chan<- raEvents.ResourceDeleted
func (*DeleteNotificationContainer) Remove ¶ added in v1.1.0
func (c *DeleteNotificationContainer) Remove(correlationID string)
type RetrieveNotificationContainer ¶
type RetrieveNotificationContainer struct {
// contains filtered or unexported fields
}
func NewRetrieveNotificationContainer ¶
func NewRetrieveNotificationContainer() *RetrieveNotificationContainer
func (*RetrieveNotificationContainer) Add ¶
func (c *RetrieveNotificationContainer) Add(correlationID string) <-chan raEvents.ResourceRetrieved
func (*RetrieveNotificationContainer) Find ¶
func (c *RetrieveNotificationContainer) Find(correlationID string) chan<- raEvents.ResourceRetrieved
func (*RetrieveNotificationContainer) Remove ¶
func (c *RetrieveNotificationContainer) Remove(correlationID string)
type UpdateNotificationContainer ¶
type UpdateNotificationContainer struct {
// contains filtered or unexported fields
}
func NewUpdateNotificationContainer ¶
func NewUpdateNotificationContainer() *UpdateNotificationContainer
func (*UpdateNotificationContainer) Add ¶
func (c *UpdateNotificationContainer) Add(correlationID string) <-chan raEvents.ResourceUpdated
func (*UpdateNotificationContainer) Find ¶
func (c *UpdateNotificationContainer) Find(correlationID string) chan<- raEvents.ResourceUpdated
func (*UpdateNotificationContainer) Remove ¶
func (c *UpdateNotificationContainer) Remove(correlationID string)
Click to show internal directories.
Click to hide internal directories.