浏览代码

refactor

master
yangxiaodong 7 年前
父节点
当前提交
8c09fcf51f
共有 2 个文件被更改,包括 0 次插入25 次删除
  1. +0
    -12
      src/Cap.Consistency/Routing/ITopicRoute.cs
  2. +0
    -13
      src/Cap.Consistency/Routing/TopicRouteContext.cs

+ 0
- 12
src/Cap.Consistency/Routing/ITopicRoute.cs 查看文件

@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

namespace Cap.Consistency.Routing
{
public interface ITopicRoute
{
Task RouteAsync(TopicRouteContext context);
}
}

+ 0
- 13
src/Cap.Consistency/Routing/TopicRouteContext.cs 查看文件

@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;

namespace Cap.Consistency.Routing
{
public class TopicRouteContext
{
public IServiceProvider ServiceProvider { get; set; }

public IList<ITopicRoute> Routes { get; set; }

}
}

正在加载...
取消
保存