X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-go%2Fpkg%2Fresthooks%2Ftypes.go;fp=a1-go%2Fpkg%2Fresthooks%2Ftypes.go;h=e84e04841dd82ca2b1b2376a68d3b5d4fba1cde4;hb=686447316fc67f7b1777d94c5e02293786cec98d;hp=f18ca578c72029fe9937f54c6c04dc390498c7fb;hpb=d5aa5be4fc3723e15f8298f826c803384f2f1a19;p=ric-plt%2Fa1.git diff --git a/a1-go/pkg/resthooks/types.go b/a1-go/pkg/resthooks/types.go index f18ca57..e84e048 100644 --- a/a1-go/pkg/resthooks/types.go +++ b/a1-go/pkg/resthooks/types.go @@ -27,4 +27,5 @@ type Resthook struct { type iSdl interface { GetAll(string) ([]string, error) SetIfNotExists(ns string, key string, data interface{}) (bool, error) + Get(string, []string) (map[string]interface{}, error) }