Skip to content
Snippets Groups Projects

Draft: Psd vgu logging

Closed Adrian Busse requested to merge PSD_VGU_Logging into mpsd-at-vgu
Compare and
27 files
+ 1298
2
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -11,7 +11,7 @@ type Event struct {
ID uuid.UUID `json:"id,omitempty"`
EntityID uuid.UUID `json:"entity_id,omitempty"`
Type string `json:"type,omitempty"`
PathsAndValuesMap map[string]string `json:"paths_and_values,omitempty"` // Used to monitor updates happening on YANG paths of network elements.
PathsAndValuesMap map[string]string `json:"paths_and_values,omitempty"`
}
func getEventFromPayload(payload []byte) (*Event, error) {
Loading