[RICPLT-2787] Add new e2t controller and GetE2TInstances API
[ric-plt/e2mgr.git] / E2Manager / models / notification_request.go
index ebbeeb6..a5a3a37 100644 (file)
@@ -24,10 +24,10 @@ type NotificationRequest struct {
        Len           int
        Payload       []byte
        StartTime     time.Time
-       TransactionId string
+       TransactionId []byte
 }
 
-func NewNotificationRequest(ranName string, payload []byte, startTime time.Time, transactionId string) *NotificationRequest {
+func NewNotificationRequest(ranName string, payload []byte, startTime time.Time, transactionId []byte) *NotificationRequest {
        return &NotificationRequest{
                ranName,
                len(payload),