Skip to content
Snippets Groups Projects
Commit 4cd039a1 authored by Malte Bauch's avatar Malte Bauch
Browse files

added Gnmi and Restconf description

parent 118d9087
No related branches found
No related tags found
2 merge requests!120Resolve "Code Quality",!90Develop
Pipeline #67253 passed with warnings
......@@ -11,6 +11,8 @@ import (
"strings"
)
// Gnmi implements the Transport interface and provides an SBI with the
// possibility to access a gNMI endpoint.
type Gnmi struct {
SetNode func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error
RespChan chan *gpb.SubscribeResponse
......
......@@ -5,6 +5,8 @@ import (
"github.com/openconfig/ygot/ytypes"
)
// Restconf implements the Transport interface and provides an SBI with the
// possibility to access a Restconf endpoint.
type Restconf struct {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment