File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ go 1.23.9
44
55replace github.com/openconfig/goyang v1.6.0 => github.com/sdcio/goyang v1.6.2-2
66
7+ replace github.com/sdcio/sdc-protos => /home/mava/projects/sdc-protos
8+
79require (
810 github.com/AlekSi/pointer v1.2.0
911 github.com/beevik/etree v1.5.1
Original file line number Diff line number Diff line change @@ -187,8 +187,6 @@ github.com/sdcio/goyang v1.6.2-2 h1:qfeUKBmoKpiKAruuEc3+V8wgHKP/n1jRDEnTy23knV8=
187187github.com/sdcio/goyang v1.6.2-2 /go.mod h1:5WolITjek1NF8yrNERyVZ7jqjOClJTpO8p/+OwmETM4 =
188188github.com/sdcio/schema-server v0.0.31 h1:gWSSDvyzwWy2xYu2TCQdXYvqCA0gg3RhYKb9PplYeD4 =
189189github.com/sdcio/schema-server v0.0.31 /go.mod h1:qa2bbfKyR4bHeZ85hicRpD4d+VtiPp9xs9/ey3shqZg =
190- github.com/sdcio/sdc-protos v0.0.44 h1:YIvP4b4QPGtFJ90QlImGAturBun6vDgeGrynFLGxbgM =
191- github.com/sdcio/sdc-protos v0.0.44 /go.mod h1:i7eqaPKkw3bVaK3kLOgrnHvuphUQtRCXrDH0grX5n8w =
192190github.com/sdcio/yang-parser v0.0.11 h1:cYOrojcAtcPpVhVOLlEyyu6JdeRJvND+vHCzY4hLQ6A =
193191github.com/sdcio/yang-parser v0.0.11 /go.mod h1:y/d8lg/mqSnZwaO2bkxyVuFBtuDQm9ys9hpsBs/WizU =
194192github.com/sirikothe/gotextfsm v1.0.1-0.20200816110946-6aa2cfd355e4 h1:FHUL2HofYJuslFOQdy/JjjP36zxqIpd/dcoiwLMIs7k =
Original file line number Diff line number Diff line change @@ -154,8 +154,7 @@ 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- canDeleteBranch (keepDefault bool ) bool
158- deleteCanDeleteChilds (keepDefault bool )
157+
159158 GetLeafVariantEntries () LeafVariantEntries
160159}
161160
You can’t perform that action at this time.
0 commit comments