X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Fmodels%2Frequest_interface.go;h=2cffd1b175226c6fcae60be85339a9d12b04de9f;hb=refs%2Fchanges%2F70%2F2070%2F1;hp=cde078bc791e8920900d02cec4934e30f614b03e;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/models/request_interface.go b/RSM/models/request_interface.go index cde078b..2cffd1b 100644 --- a/RSM/models/request_interface.go +++ b/RSM/models/request_interface.go @@ -13,10 +13,12 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// + +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). + package models type Request interface { - }