X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Fmodels%2Fresponse_interface.go;h=531fbbdee9784b6f4f2a71e764e6d40b3c6e4cdc;hb=4dc2959434210acfe738164d3b64ab76b5d0fd2a;hp=6a01932d7f829caf0b58a2c92d15dc7390a07398;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/models/response_interface.go b/RSM/models/response_interface.go index 6a01932..531fbbd 100644 --- a/RSM/models/response_interface.go +++ b/RSM/models/response_interface.go @@ -13,10 +13,13 @@ // 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 IResponse interface { Marshal() (string, error) -} \ No newline at end of file +}