Skip to content

Commit b014a23

Browse files
committed
intermediate fix
1 parent 9944cd8 commit b014a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/tree/entry.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ type Entry interface {
154154
GetListChilds() ([]Entry, error)
155155
BreadthSearch(ctx context.Context, path string) ([]Entry, error)
156156
DeepCopy(tc *TreeContext, parent Entry) (Entry, error)
157-
158157
GetLeafVariantEntries() LeafVariantEntries
159158
}
160159

@@ -173,5 +172,5 @@ type LeafVariantEntries interface {
173172
MarkOwnerForDeletion(owner string, onlyIntended bool) *LeafEntry
174173
GetHighestPrecedence(onlyNewOrUpdated bool, includeDefaults bool) *LeafEntry
175174
GetRunning() *LeafEntry
176-
DeleteByOwner(owner string) *LeafEntry
175+
DeleteByOwner(owner string) bool
177176
}

0 commit comments

Comments
 (0)