fengling-gateway/YarpGateway.slnx
movingsam 09957364e2 feat(plugin): 添加插件抽象层项目 Fengling.Gateway.Plugin.Abstractions
- 创建插件接口定义 (IGatewayPlugin, IRequestPlugin, IResponsePlugin, IRouteTransformPlugin, ILoadBalancePlugin)
- 添加 YARP 引用用于类型定义
2026-03-01 17:00:48 +08:00

16 lines
498 B
Plaintext

<Solution>
<Folder Name="/items/">
<File Path=".gitea\workflows\docker.yml" />
<File Path="Dockerfile" />
</Folder>
<Folder Name="/src/">
<Project Path="src/YarpGateway.csproj" />
<Project Path="src/Fengling.Gateway.Plugin.Abstractions/Fengling.Gateway.Plugin.Abstractions.csproj" />
</Folder>
<Project Path="src/YarpGateway.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/YarpGateway.Tests/YarpGateway.Tests.csproj" />
</Folder>
</Solution>