Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeTagsDelta ¶
func ComputeTagsDelta( a []*svcapitypes.Tag, b []*svcapitypes.Tag, ) (addedOrUpdated []*svcapitypes.Tag, removed []*string)
computeTagsDelta compares two Tag arrays and return two different list containing the addedOrupdated and removed tags. The removed tags array only contains the tags Keys.
func EqualTags ¶
func EqualTags( a []*svcapitypes.Tag, b []*svcapitypes.Tag, ) bool
equalTags returns true if two Tag arrays are equal regardless of the order of their elements.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.