8 lines
223 B
C#
8 lines
223 B
C#
namespace Core;
|
|
|
|
public static class DaprStateStoreComponents {
|
|
public const string SharedStore = "statestore";
|
|
public const string PrivateStore = "privatestore";
|
|
public const string ActorsStore = "actorsstore";
|
|
}
|