Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Merge requests
!488
Draft: Psd vgu logging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Psd vgu logging
PSD_VGU_Logging
into
mpsd-at-vgu
Overview
0
Commits
53
Pipelines
28
Changes
27
Closed
Adrian Busse
requested to merge
PSD_VGU_Logging
into
mpsd-at-vgu
1 year ago
Overview
0
Commits
53
Pipelines
28
Changes
27
Expand
VGU PSD
Description
merge two sites of the logging
0
0
Merge request reports
Compare
mpsd-at-vgu
version 27
01ea0736
1 year ago
version 26
700332fa
1 year ago
version 25
7c5817df
1 year ago
version 24
df2035cc
1 year ago
version 23
8f7db482
1 year ago
version 22
0e525e0e
1 year ago
version 21
59396ecf
1 year ago
version 20
aff1676b
1 year ago
version 19
d1992a3c
1 year ago
version 18
75a58305
1 year ago
version 17
1200d30a
1 year ago
version 16
15896e19
1 year ago
version 15
b84cd78d
1 year ago
version 14
baeebf21
1 year ago
version 13
3b6ef385
1 year ago
version 12
de04ab2f
1 year ago
version 11
dd00526e
1 year ago
version 10
1a8fd891
1 year ago
version 9
2f8d4247
1 year ago
version 8
a46d38e9
1 year ago
version 7
ace9dfe9
1 year ago
version 6
1780a70e
1 year ago
version 5
556849de
1 year ago
version 4
b4129111
1 year ago
version 3
41997059
1 year ago
version 2
3c41290a
1 year ago
version 1
3c41290a
1 year ago
mpsd-at-vgu (base)
and
latest version
latest version
3897bb38
53 commits,
1 year ago
version 27
01ea0736
42 commits,
1 year ago
version 26
700332fa
41 commits,
1 year ago
version 25
7c5817df
40 commits,
1 year ago
version 24
df2035cc
39 commits,
1 year ago
version 23
8f7db482
38 commits,
1 year ago
version 22
0e525e0e
37 commits,
1 year ago
version 21
59396ecf
36 commits,
1 year ago
version 20
aff1676b
33 commits,
1 year ago
version 19
d1992a3c
32 commits,
1 year ago
version 18
75a58305
31 commits,
1 year ago
version 17
1200d30a
28 commits,
1 year ago
version 16
15896e19
20 commits,
1 year ago
version 15
b84cd78d
19 commits,
1 year ago
version 14
baeebf21
18 commits,
1 year ago
version 13
3b6ef385
16 commits,
1 year ago
version 12
de04ab2f
15 commits,
1 year ago
version 11
dd00526e
14 commits,
1 year ago
version 10
1a8fd891
10 commits,
1 year ago
version 9
2f8d4247
9 commits,
1 year ago
version 8
a46d38e9
8 commits,
1 year ago
version 7
ace9dfe9
7 commits,
1 year ago
version 6
1780a70e
5 commits,
1 year ago
version 5
556849de
4 commits,
1 year ago
version 4
b4129111
3 commits,
1 year ago
version 3
41997059
2 commits,
1 year ago
version 2
3c41290a
1 commit,
1 year ago
version 1
3c41290a
1 commit,
1 year ago
27 files
+
1298
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
application-framework/event/event.go
+
1
−
1
Options
@@ -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