chat: add hello controller
This commit is contained in:
		
							parent
							
								
									6f6e19bbb5
								
							
						
					
					
						commit
						7b4cbd4fb7
					
				
					 12 changed files with 114 additions and 53 deletions
				
			
		| 
						 | 
				
			
			@ -4,6 +4,6 @@ public static class Hello
 | 
			
		|||
{
 | 
			
		||||
    public record HelloRequest(string Host);
 | 
			
		||||
    public record HelloResponse(string PublicKey, string Host);
 | 
			
		||||
    public record NodeInfo(string Software, string PublicKey);
 | 
			
		||||
    public record NodeInfo(NodeSoftware Software, string PublicKey);
 | 
			
		||||
    public record NodeSoftware(string Name, string? Version);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue