Merge "RIC-398 - Fix all critical issues from static code analysis scan" into PI5
[ric-plt/e2mgr.git] / E2Manager / models / i_response.go
index 531fbbd..9620297 100644 (file)
@@ -21,5 +21,5 @@
 package models
 
 type IResponse interface {
-       Marshal() (string, error)
+       Marshal() ([]byte, error)
 }