X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc.go;h=2dbff8497c2cb1beae6c0ae959589a08a94241ca;hb=refs%2Fchanges%2F53%2F4553%2F2;hp=038ee11a36acc779fbaa845a35f32c311d2aa84c;hpb=ae7460ab662366115f6decc834a109bfa8985cc6;p=ric-plt%2Fsdlgo.git diff --git a/doc.go b/doc.go index 038ee11..2dbff84 100644 --- a/doc.go +++ b/doc.go @@ -15,6 +15,11 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + /* Package sdlgo provides a lightweight, high-speed interface for accessing shared data storage. @@ -27,6 +32,9 @@ event mechanism that can be used to notify listeners that data was changed. This SDL version assumes that the DBAAS service provided by O-RAN community is working as a storage backend. +All functions except receiving of notifications are safe for concurrent usage by +multiple goroutines. + Namespace A shared data layer connection is instantiated to a namespace and data is