Package io.github.xezzon.zeroweb.dict
Interface DictGrpc.AsyncService
- All Known Implementing Classes:
DictGrpc.DictImplBase
- Enclosing class:
- DictGrpc
public static interface DictGrpc.AsyncService
字典相关的服务间接口
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
getDictListByTag
(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表default void
importDict
(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) 导入字典
-
Method Details
-
getDictListByTag
default void getDictListByTag(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) 根据字典目获取字典列表
-
importDict
default void importDict(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) 导入字典
-