소스 검색

新增证书模块的proto以及证书的增删改功能

YuXinLong 1 년 전
부모
커밋
17408939ef
2개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 9 9
      src/llnwCERT_pb2.py
  2. 1 1
      src/llnwCERT_pb2.pyi

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 9 - 9
src/llnwCERT_pb2.py


+ 1 - 1
src/llnwCERT_pb2.pyi

@@ -60,7 +60,7 @@ class UpdateSSLCertRequest(_message.Message):
     certName: str
     shortname: str
     uuid: str
-    def __init__(self, base: _Optional[_Union[Base, _Mapping]] = ..., uuid: _Optional[str] = ..., shortname: _Optional[str] = ..., cert: _Optional[str] = ..., certKey: _Optional[str] = ..., certName: _Optional[str] = ...) -> None: ...
+    def __init__(self, base: _Optional[_Union[Base, _Mapping]] = ..., shortname: _Optional[str] = ..., uuid: _Optional[str] = ..., cert: _Optional[str] = ..., certKey: _Optional[str] = ..., certName: _Optional[str] = ...) -> None: ...
 
 class UpdateSSLCertResponse(_message.Message):
     __slots__ = ["isSuccess"]