feat(batch23): implement route protocol and info/perms foundation

This commit is contained in:
Joseph Doherty
2026-02-28 21:09:00 -05:00
parent f2bc957229
commit e51cdd64f4
7 changed files with 381 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2012-2026 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
namespace ZB.MOM.NatsNet.Server;
public sealed partial class NatsServer
{
}