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
1af2dd83
Commit
1af2dd83
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
change sbi signature
parent
e9316e4c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!173
Process response overhaul
Pipeline
#76954
failed
3 years ago
Stage: test
Stage: build
Stage: apply
Stage: integration-test
Stage: .post
This commit is part of merge request
!173
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
interfaces/southbound/sbi.go
+1
-1
1 addition, 1 deletion
interfaces/southbound/sbi.go
with
1 addition
and
1 deletion
interfaces/southbound/sbi.go
+
1
−
1
Edit
View file @
1af2dd83
...
...
@@ -23,5 +23,5 @@ type SouthboundInterface interface { // nolint
Schema
()
*
ytypes
.
Schema
ID
()
uuid
.
UUID
Type
()
spb
.
Type
Unmarshal
()
func
([]
byte
,
[]
string
,
ygot
.
GoStruct
,
...
ytypes
.
UnmarshalOpt
)
error
Unmarshal
()
func
([]
byte
,
[]
string
,
ygot
.
Validated
GoStruct
,
...
ytypes
.
UnmarshalOpt
)
error
}
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