X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=common%2FiSdlInstance.go;h=526ed59f36b81d5b949d26a2975049da3a4f64c8;hb=6f0febff2d177ef6da0de23f785f81aec0603d96;hp=ec2b2e0665093f56654ca959d0730579a7c1a247;hpb=31ed7870dcc21557eeeb65cfc0752e72544a7196;p=ric-plt%2Fnodeb-rnib.git diff --git a/common/iSdlInstance.go b/common/iSdlInstance.go index ec2b2e0..526ed59 100644 --- a/common/iSdlInstance.go +++ b/common/iSdlInstance.go @@ -19,9 +19,9 @@ package common -/* -ISdlInstance integrates (wraps) the functionality that sdlgo library provides - */ + +//ISdlInstance integrates (wraps) the functionality that sdlgo library provides +//Deprecated: Will be removed in a future release. type ISdlInstance interface { SubscribeChannel(cb func(string, ...string), channels ...string) error UnsubscribeChannel(channels ...string) error