Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + type Notifier interface + NotifyAndAdviseBundleLoaded func(ctx context.Context, bundle *common.Bundle) error + NotifyBundleUpdated func(ctx context.Context, bundle *common.Bundle) error + type Repository struct + Notifiers []Notifier + func (repo *Repository) AddNotifier(notifier Notifier) + func (repo *Repository) Clear() + func (repo *Repository) GetNotifiers() []Notifier + type V1 struct + func (v1 *V1) NotifyAndAdviseBundleLoaded(ctx context.Context, bundle *common.Bundle) error + func (v1 *V1) NotifyBundleUpdated(ctx context.Context, bundle *common.Bundle) error