Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diff ¶
type RegistryDiff ¶
type RegistryDiff struct {
// contains filtered or unexported fields
}
func NewRegistryDiff ¶
func NewRegistryDiff(m1, m2 *types.PluginState) (*RegistryDiff, error)
func (*RegistryDiff) Apply ¶
func (d *RegistryDiff) Apply(m *types.PluginState) error
func (*RegistryDiff) IsEmpty ¶
func (d *RegistryDiff) IsEmpty() bool
func (*RegistryDiff) String ¶
func (d *RegistryDiff) String() string
type ResourceDiff ¶
type ResourceDiff struct {
Res *registry.ResourceSerialized
Properties *MapDiff
Dependencies *MapDiff
DependedBy *MapDiff
}
Click to show internal directories.
Click to hide internal directories.