Add deprecation warnings for SdlInstance APIs
[ric-plt/sdlgo.git] / sdl_private_fn_test.go
index c60a16f..feef2dc 100644 (file)
@@ -24,6 +24,7 @@ package sdlgo
 
 //NewSdlInstanceForTest is used in unit tests only in order to replace the
 //underlying redis implementation with mock
+//Deprecated: Will be removed in a future release.
 func NewSdlInstanceForTest(NameSpace string, instance iDatabase) *SdlInstance {
        db := &Database{}
        db.instances = append(db.instances, instance)