Skip to content
Snippets Groups Projects

Resolve "Add an option to send gNMI Subscribe requests via SBI"

4 files
+ 84
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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