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
Commits
13eb81c1
Commit
13eb81c1
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate declaration
parent
0ca45485
No related branches found
No related tags found
1 merge request
!180
Resolve "Data Race in Change State Manager"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interfaces/change/change.go
+0
-7
0 additions, 7 deletions
interfaces/change/change.go
with
0 additions
and
7 deletions
interfaces/change/change.go
+
0
−
7
View file @
13eb81c1
...
@@ -26,10 +26,3 @@ type Payload struct {
...
@@ -26,10 +26,3 @@ type Payload struct {
Original
ygot
.
GoStruct
Original
ygot
.
GoStruct
Modified
ygot
.
GoStruct
Modified
ygot
.
GoStruct
}
}
// Payload contains two ygot.GoStructs, the first represents the original state
// before the change was applied and the second repesents the modified state.
type
Payload
struct
{
Original
ygot
.
GoStruct
Modified
ygot
.
GoStruct
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment