using System.Threading.Tasks; namespace FastGithub.Scanner { /// /// 表示所有中间件执行委托 /// /// 中间件上下文 /// delegate Task GithubScanDelegate(GithubContext context); }