Skip to content
Snippets Groups Projects

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

3 files
+ 64
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -34,4 +34,5 @@ type NetworkDomain interface {
@@ -34,4 +34,5 @@ type NetworkDomain interface {
GetChange(uuid.UUID) (change.Change, error)
GetChange(uuid.UUID) (change.Change, error)
Commit(uuid.UUID) error
Commit(uuid.UUID) error
Confirm(uuid.UUID) error
Confirm(uuid.UUID) error
 
SubscribePath(uuid.UUID, *ppb.SubscriptionList) error
}
}
Loading