Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAffectedItemIDs ¶
func GetAffectedItemIDs(view subscription.SubscriptionView, addon subscriptionaddon.SubscriptionAddon) map[string][]string
FIXME: find a better place for this
Types ¶
type Diffable ¶
type Diffable interface {
// GetApplies returns the applies that will be applied to the spec
GetApplies() subscription.AppliesToSpec
// GetRestores returns the restores that will be applied to the spec
GetRestores() subscription.AppliesToSpec
}
Diffable is a type that can be both applied to a spec and removed from a spec
func GetDiffableFromAddon ¶
func GetDiffableFromAddon( _ subscription.SubscriptionView, addon subscriptionaddon.SubscriptionAddon, ) (Diffable, error)
Click to show internal directories.
Click to hide internal directories.