Skip to content

Commit 2f44f5b

Browse files
authored
Don't prepend module name for in-namespace fields of a non-root-level GoStruct & Deprecate GoStruct interface (#638)
* Don't prepend module name for in-namespace fields of a non-root-level GoStruct For details see #637 Fixes #637 * Remove generated proto files * re-add proto files * Update ValidatedGoStruct and deprecate GoStruct * Remove != nil check since method is nil tolerant * Fully deprecate GoStruct
1 parent a161c48 commit 2f44f5b

File tree

77 files changed

+239389
-167879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+239389
-167879
lines changed

demo/bgp/testdata/bgp-ietf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"openconfig-network-instance:global": {
2+
"global": {
33
"config": {
44
"as": 15169,
55
"router-id": "192.0.2.42"
66
}
77
},
8-
"openconfig-network-instance:neighbors": {
8+
"neighbors": {
99
"neighbor": [
1010
{
1111
"config": {

exampleoc/oc.go

Lines changed: 56135 additions & 38931 deletions
Large diffs are not rendered by default.

exampleoc/ocpath.go

Lines changed: 63560 additions & 45884 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)