init
This commit is contained in:
commit
f6629fbb33
32 changed files with 1608 additions and 0 deletions
6
Foxchat.Core/Models/Hello.cs
Normal file
6
Foxchat.Core/Models/Hello.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Foxchat.Core.Models;
|
||||
|
||||
public record HelloRequest(string Host);
|
||||
public record HelloResponse(string PublicKey, string Host);
|
||||
public record NodeInfo(string Software, string PublicKey);
|
||||
public record NodeSoftware(string Name, string? Version);
|
Loading…
Add table
Add a link
Reference in a new issue