Skip to content

Commit

Permalink
adding new event for externalApp
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Nov 7, 2023
1 parent fceb7c3 commit 478b15b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Messaging/Events/ExternalAppRequestEvent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Monai.Deploy.Messaging.Events
{
internal class ExternalAppRequestEvent

Check warning on line 9 in src/Messaging/Events/ExternalAppRequestEvent.cs

View workflow job for this annotation

GitHub Actions / unit-test

Remove this empty class, write its code or make it an "interface".

Check warning on line 9 in src/Messaging/Events/ExternalAppRequestEvent.cs

View workflow job for this annotation

GitHub Actions / unit-test

Remove this empty class, write its code or make it an "interface".
{
}
}

0 comments on commit 478b15b

Please sign in to comment.