feat 网关继承微服务Swagger
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace KonSoft.InternalGateway.Aggregations.Base;
|
||||
|
||||
public interface ICachedServiceBase<TValue>
|
||||
{
|
||||
void Add(string serviceName, TValue data);
|
||||
IDictionary<string, TValue> GetManyAsync(IEnumerable<string> serviceNames);
|
||||
}
|
||||
Reference in New Issue
Block a user