fengling-platform/Fengling.Platform.Domain/AggregatesModel/GatewayAggregate
movingsam 033fcc9e9b refactor(gateway): 使用值对象替代字符串类型属性
- GwRouteMatch: 路由匹配配置值对象(Path, Methods, Hosts, Headers, QueryParameters)
- GwRouteHeader: Header 匹配规则值对象
- GwRouteQueryParameter: 查询参数匹配规则值对象
- GwLoadBalancingPolicy: 负载均衡策略枚举
- GwTransform: 请求/响应转换规则值对象
- EF Core 使用 ToJson() 将值对象映射为 JSON 列
2026-03-03 20:16:12 +08:00
..
GatewayEnums.cs feat: 添加 Gateway 路由实体到 Platform 2026-02-28 23:53:00 +08:00
GwCluster.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwDestination.cs feat(03-01): add GwDestination value object 2026-03-03 15:31:53 +08:00
GwHealthCheckConfig.cs feat(03-01): add GwHealthCheckConfig value object 2026-03-03 15:31:02 +08:00
GwLoadBalancingPolicy.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwRouteMatch.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwSessionAffinityConfig.cs feat(03-01): add GwSessionAffinityConfig value object 2026-03-03 15:31:31 +08:00
GwTenantRoute.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00
GwTransform.cs refactor(gateway): 使用值对象替代字符串类型属性 2026-03-03 20:16:12 +08:00