Restructure solution layout by module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StellaOps.Scanner.Queue;
|
||||
|
||||
public enum QueueTransportKind
|
||||
{
|
||||
Redis,
|
||||
Nats
|
||||
}
|
||||
Reference in New Issue
Block a user