Add route for e2nodeConfigUpdate
[ric-plt/rtmgr.git] / pkg / sbi / types.go
index e2f14ed..094a8ad 100644 (file)
@@ -45,8 +45,9 @@ type Engine interface {
        AddEndpoint(*rtmgr.Endpoint) error
        DeleteEndpoint(*rtmgr.Endpoint) error
        UpdateEndpoints(*rtmgr.RicComponents)
-       CreateEndpoint(string,string)(*string,int)
-       DistributeToEp(*[]string, string, int ) error
+       CheckEndpoint(string) *rtmgr.Endpoint
+       CreateEndpoint(string) (*string, int)
+       DistributeToEp(*[]string, string, int) error
 }
 
 /*type NngSocket interface {