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
!342
Resolve "Add an option to send gNMI Subscribe requests via SBI"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add an option to send gNMI Subscribe requests via SBI"
227-add-an-option-to-send-gnmi-subscribe-requests-via-sbi
into
develop
Overview
17
Commits
52
Pipelines
52
Changes
4
Merged
Ghost User
requested to merge
227-add-an-option-to-send-gnmi-subscribe-requests-via-sbi
into
develop
2 years ago
Overview
17
Commits
52
Pipelines
52
Changes
4
Expand
Description
#227 (closed)
Edited
2 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
2d940250
Prev
Next
Show latest version
4 files
+
84
−
11
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
2d940250
some renaming, cleanup and linter pleasing
· 2d940250
Fabian Seidl
authored
2 years ago
controller/interfaces/transport/transport.go
+
1
−
0
Options
@@ -21,5 +21,6 @@ type Transport interface {
@@ -21,5 +21,6 @@ type Transport interface {
}
}
type
(
type
(
// HandleSubscribeResponse is the callback function to handle subcription responses
HandleSubscribeResponse
func
(
*
gpb
.
SubscribeResponse
)
HandleSubscribeResponse
func
(
*
gpb
.
SubscribeResponse
)
)
)
Loading