X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Fmodels%2Fresponse_interface.go;h=ed4e382af8689186a218a92f75a6c46c2d04ed81;hb=HEAD;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..ed4e382 100644 --- a/RSM/models/response_interface.go +++ b/RSM/models/response_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 IResponse interface { Marshal() (string, error) -} \ No newline at end of file +}