Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + func CompareActions(current, next plans.Action) plans.Action + func ProcessSlice(before, after []Input, process ProcessIndices, isObjType IsObjType[Input]) + func TransformMap(before, after map[string]Input, process ProcessKey) (map[string]computed.Diff, plans.Action) + func TransformSlice(before, after []Input, process TransformIndices, isObjType IsObjType[Input]) ([]computed.Diff, plans.Action) + type IsObjType func(input Input) bool + type ProcessIndices func(before, after int) + type ProcessKey func(key string) computed.Diff + type TransformIndices func(before, after int) computed.Diff