- namespace Grpc.Extension.BaseService.Model
- {
- public class ServerConsts
- {
- public const string BaseServicePackage = "grpc";
- public const string BaseServiceName = "BaseService";
- public const string NotResponseMsg = "not enable save response";
- public const string ThrottledMsg = "this request is throttled";
- }
- }
|