Skip to content
Snippets Groups Projects

Resolve "Specific paths cant be requested, because the underlying device goStruct can't be filled."

2 files
+ 17
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,6 +6,7 @@ import (
gpb "github.com/openconfig/gnmi/proto/gnmi"
)
// GnmiPathPiece represents a piece of a gnmi.Path and holds its Name and Keys
type GnmiPathPiece struct {
Name string
Keys map[string]string
Loading