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
b045d9e1
Commit
b045d9e1
authored
3 years ago
by
Fabian Seidl
Browse files
Options
Downloads
Patches
Plain Diff
removed dead code
parent
5cbdda25
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#104995
passed
3 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
controller/nucleus/pndStore.go
+0
-4
0 additions, 4 deletions
controller/nucleus/pndStore.go
controller/nucleus/sbiStore.go
+0
-4
0 additions, 4 deletions
controller/nucleus/sbiStore.go
with
0 additions
and
8 deletions
controller/nucleus/pndStore.go
+
0
−
4
View file @
b045d9e1
...
@@ -8,10 +8,6 @@ import (
...
@@ -8,10 +8,6 @@ import (
log
"github.com/sirupsen/logrus"
log
"github.com/sirupsen/logrus"
)
)
const
(
pndStoreName
=
"pnd"
)
// LoadedPnd represents a Principal Network Domain that was loaeded by using
// LoadedPnd represents a Principal Network Domain that was loaeded by using
// the Load() method of the PndStore.
// the Load() method of the PndStore.
type
LoadedPnd
struct
{
type
LoadedPnd
struct
{
...
...
This diff is collapsed.
Click to expand it.
controller/nucleus/sbiStore.go
+
0
−
4
View file @
b045d9e1
...
@@ -9,10 +9,6 @@ import (
...
@@ -9,10 +9,6 @@ import (
"github.com/google/uuid"
"github.com/google/uuid"
)
)
const
(
sbiStoreName
=
"sbi"
)
// SbiStore is used to store SouthboundInterfaces
// SbiStore is used to store SouthboundInterfaces
type
SbiStore
struct
{
type
SbiStore
struct
{
sbiStoreName
string
sbiStoreName
string
...
...
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