Initial split migration
This commit is contained in:
7
Pushy.Domain/ILinkGenerator.cs
Normal file
7
Pushy.Domain/ILinkGenerator.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Pushy.Domain;
|
||||
|
||||
public interface ILinkGenerator : IGrainWithGuidKey
|
||||
{
|
||||
[Alias("GenerateLink")]
|
||||
public ValueTask<LinkResult> GenerateTextShare([Immutable] string text);
|
||||
}
|
||||
Reference in New Issue
Block a user