Files
crawlab/backend/constants/rpc.go
2020-01-02 15:53:53 +08:00

9 lines
202 B
Go

package constants
const (
RpcInstallDep = "install_dep"
RpcInstallLang = "install_lang"
RpcGetDepList = "get_dep_list"
RpcGetInstalledDepList = "get_installed_dep_list"
)