marvzhang
2020-07-03 17:28:07 +08:00
parent 14ab3b9208
commit 13e8da9cda
6 changed files with 88 additions and 38 deletions

View File

@@ -6,4 +6,5 @@ const (
RpcUninstallDep = "uninstall_dep"
RpcGetInstalledDepList = "get_installed_dep_list"
RpcGetLang = "get_lang"
RpcCancelTask = "cancel_task"
)