Skip to content
Snippets Groups Projects

Northbound Interface

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