fengling-gateway/Config/ConfigNotifyChannel.cs
sam a6a7a5754e docs: reorganize documentation structure
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-15 10:32:23 +08:00

7 lines
148 B
C#

namespace YarpGateway.Config;
public static class ConfigNotifyChannel
{
public const string GatewayConfigChanged = "gateway_config_changed";
}