Resolve "Unmarshal JSON with ygot"
Compare changes
- Manuel Kieweg authored
+ 17
− 1
@@ -7,10 +7,12 @@ import (
@@ -21,6 +23,7 @@ type MCPClient struct {
@@ -49,6 +52,7 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa
@@ -57,6 +61,9 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa
@@ -67,6 +74,9 @@ func (c *MCPClient) GetConnections() error {
@@ -77,6 +87,9 @@ func (c *MCPClient) GetLinks() error {
@@ -87,7 +100,10 @@ func (c *MCPClient) GetNodes() error {
\ No newline at end of file