using Ocelot.Responses; namespace HuiXin.Gateway.Ocelot.Authorizers { public interface IRolesAuthorizer { Task> Authorize(List roles, string path); } }