Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goSDN Northbound
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
danet
goSDN Northbound
Commits
c57d49d3
Commit
c57d49d3
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
gnmi notification repeated value
parent
88c79622
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/gosdn/pnd/pnd.pb.go
+14
-14
14 additions, 14 deletions
proto/gosdn/pnd/pnd.pb.go
with
14 additions
and
14 deletions
proto/gosdn/pnd/pnd.pb.go
+
14
−
14
View file @
c57d49d3
...
...
@@ -632,9 +632,9 @@ type OrchestratedNetworkingDevice struct {
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Id
string
`protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name
string
`protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Device
*
gnmi
.
Notification
`protobuf:"bytes,3,
opt
,name=device,proto3" json:"device,omitempty"`
Id
string
`protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name
string
`protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Device
[]
*
gnmi
.
Notification
`protobuf:"bytes,3,
rep
,name=device,proto3" json:"device,omitempty"`
}
func
(
x
*
OrchestratedNetworkingDevice
)
Reset
()
{
...
...
@@ -683,7 +683,7 @@ func (x *OrchestratedNetworkingDevice) GetName() string {
return
""
}
func
(
x
*
OrchestratedNetworkingDevice
)
GetDevice
()
*
gnmi
.
Notification
{
func
(
x
*
OrchestratedNetworkingDevice
)
GetDevice
()
[]
*
gnmi
.
Notification
{
if
x
!=
nil
{
return
x
.
Device
}
...
...
@@ -742,7 +742,7 @@ type OrchestratedNetworkingDevices struct {
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Sbi
s
map
[
string
]
*
OrchestratedNetworkingDevice
`protobuf:"bytes,1,rep,name=
sbi
s,proto3" json:"
sbi
s,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
Ond
s
map
[
string
]
*
OrchestratedNetworkingDevice
`protobuf:"bytes,1,rep,name=
ond
s,proto3" json:"
ond
s,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
}
func
(
x
*
OrchestratedNetworkingDevices
)
Reset
()
{
...
...
@@ -777,9 +777,9 @@ func (*OrchestratedNetworkingDevices) Descriptor() ([]byte, []int) {
return
file_proto_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
6
}
}
func
(
x
*
OrchestratedNetworkingDevices
)
Get
Sbi
s
()
map
[
string
]
*
OrchestratedNetworkingDevice
{
func
(
x
*
OrchestratedNetworkingDevices
)
Get
Ond
s
()
map
[
string
]
*
OrchestratedNetworkingDevice
{
if
x
!=
nil
{
return
x
.
Sbi
s
return
x
.
Ond
s
}
return
nil
}
...
...
@@ -1193,7 +1193,7 @@ var file_proto_gosdn_pnd_pnd_proto_rawDesc = []byte{
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x2a
,
0x0a
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x18
,
0x03
,
0x20
,
0x0
1
,
0x28
,
0x0b
,
0x12
,
0x2a
,
0x0a
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x18
,
0x03
,
0x20
,
0x0
3
,
0x28
,
0x0b
,
0x32
,
0x12
,
0x2e
,
0x67
,
0x6e
,
0x6d
,
0x69
,
0x2e
,
0x4e
,
0x6f
,
0x74
,
0x69
,
0x66
,
0x69
,
0x63
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x22
,
0xae
,
0x01
,
0x0a
,
0x14
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
...
...
@@ -1209,11 +1209,11 @@ var file_proto_gosdn_pnd_pnd_proto_rawDesc = []byte{
0x63
,
0x65
,
0x52
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x3a
,
0x02
,
0x38
,
0x01
,
0x22
,
0xc9
,
0x01
,
0x0a
,
0x1d
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x73
,
0x12
,
0x46
,
0x0a
,
0x04
,
0x
73
,
0x6
2
,
0x6
9
,
0x73
,
0x18
,
0x01
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x32
,
0x2e
,
0x46
,
0x0a
,
0x04
,
0x
6f
,
0x6
e
,
0x6
4
,
0x73
,
0x18
,
0x01
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x32
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x73
,
0x2e
,
0x
53
,
0x6
2
,
0x6
9
,
0x73
,
0x45
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x52
,
0x04
,
0x
73
,
0x6
2
,
0x6
9
,
0x73
,
0x1a
,
0x60
,
0x0a
,
0x09
,
0x
53
,
0x6
2
,
0x6
9
,
0x73
,
0x45
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x73
,
0x2e
,
0x
4f
,
0x6
e
,
0x6
4
,
0x73
,
0x45
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x52
,
0x04
,
0x
6f
,
0x6
e
,
0x6
4
,
0x73
,
0x1a
,
0x60
,
0x0a
,
0x09
,
0x
4f
,
0x6
e
,
0x6
4
,
0x73
,
0x45
,
0x6e
,
0x74
,
0x72
,
0x79
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x6b
,
0x65
,
0x79
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x03
,
0x6b
,
0x65
,
0x79
,
0x12
,
0x3d
,
0x0a
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x27
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
...
...
@@ -1318,7 +1318,7 @@ var file_proto_gosdn_pnd_pnd_proto_goTypes = []interface{}{
(
*
SetResponse
)(
nil
),
// 15: gosdn.pnd.SetResponse
(
*
ChangeRequest
)(
nil
),
// 16: gosdn.pnd.ChangeRequest
nil
,
// 17: gosdn.pnd.SouthboundInterfaces.SbisEntry
nil
,
// 18: gosdn.pnd.OrchestratedNetworkingDevices.
Sbi
sEntry
nil
,
// 18: gosdn.pnd.OrchestratedNetworkingDevices.
Ond
sEntry
nil
,
// 19: gosdn.pnd.Changes.SbisEntry
(
*
gnmi
.
Notification
)(
nil
),
// 20: gnmi.Notification
}
...
...
@@ -1335,7 +1335,7 @@ var file_proto_gosdn_pnd_pnd_proto_depIdxs = []int32{
13
,
// 9: gosdn.pnd.PrincipalNetworkDomain.changes:type_name -> gosdn.pnd.Changes
20
,
// 10: gosdn.pnd.OrchestratedNetworkingDevice.device:type_name -> gnmi.Notification
17
,
// 11: gosdn.pnd.SouthboundInterfaces.sbis:type_name -> gosdn.pnd.SouthboundInterfaces.SbisEntry
18
,
// 12: gosdn.pnd.OrchestratedNetworkingDevices.
sbi
s:type_name -> gosdn.pnd.OrchestratedNetworkingDevices.
Sbi
sEntry
18
,
// 12: gosdn.pnd.OrchestratedNetworkingDevices.
ond
s:type_name -> gosdn.pnd.OrchestratedNetworkingDevices.
Ond
sEntry
1
,
// 13: gosdn.pnd.Change.state:type_name -> gosdn.pnd.Change.State
19
,
// 14: gosdn.pnd.Changes.sbis:type_name -> gosdn.pnd.Changes.SbisEntry
16
,
// 15: gosdn.pnd.SetRequest.change:type_name -> gosdn.pnd.ChangeRequest
...
...
@@ -1344,7 +1344,7 @@ var file_proto_gosdn_pnd_pnd_proto_depIdxs = []int32{
4
,
// 18: gosdn.pnd.ChangeRequest.apiOp:type_name -> gosdn.pnd.ChangeRequest.ApiOperation
3
,
// 19: gosdn.pnd.ChangeRequest.op:type_name -> gosdn.pnd.ChangeRequest.Operation
8
,
// 20: gosdn.pnd.SouthboundInterfaces.SbisEntry.value:type_name -> gosdn.pnd.SouthboundInterface
9
,
// 21: gosdn.pnd.OrchestratedNetworkingDevices.
Sbi
sEntry.value:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
9
,
// 21: gosdn.pnd.OrchestratedNetworkingDevices.
Ond
sEntry.value:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
12
,
// 22: gosdn.pnd.Changes.SbisEntry.value:type_name -> gosdn.pnd.Change
5
,
// 23: gosdn.pnd.pnd.Get:input_type -> gosdn.pnd.GetRequest
14
,
// 24: gosdn.pnd.pnd.Set:input_type -> gosdn.pnd.SetRequest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment