Skip to content
Snippets Groups Projects

Northbound Interface

Merged Ghost User requested to merge grpc-nbi into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -52,7 +52,11 @@ func TestNewDevice(t *testing.T) {
@@ -52,7 +52,11 @@ func TestNewDevice(t *testing.T) {
sbi := &OpenConfig{}
sbi := &OpenConfig{}
type args struct {
type args struct {
sbi SouthboundInterface
sbi SouthboundInterface
 
<<<<<<< HEAD
opts *tpb.TransportOption
opts *tpb.TransportOption
 
=======
 
opts TransportOptions
 
>>>>>>> develop
name string
name string
}
}
tests := []struct {
tests := []struct {
Loading