1 Star 0 Fork 11

py-zxj-free/rpc-repo

forked from Plato/rpc-repo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pub_driver.py 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
dennis-kk 提交于 2021-12-27 13:26 . ORIG_DIR
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import os
import platform
class Publisher:
# 初始化发布环境
def init(self):
pass
# 发布
# idl_name IDL文件名,不包含扩展名
# service_name 服务名
# out_dir 需要发布到的本地目标目录
def publish(self, idl_name, service_name, out_dir, orig_dir):
pass
# 检查发布环境
def check(self):
return True
# 发布单个服务
# idl_name IDL文件名,不包含扩展名
# service_name 服务名
# out_dir 需要发布到的本地目标目录
def pub_service(self, idl_name, service_name, out_dir, orig_dir):
pass
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pyzxjfree/rpc-repo.git
[email protected]:pyzxjfree/rpc-repo.git
pyzxjfree
rpc-repo
rpc-repo
v0.3.0-alpha

搜索帮助