增加节点停止、启动、安装测试等功能

This commit is contained in:
刘祥超
2020-10-27 12:33:34 +08:00
parent 4fd05d0a91
commit 0be8b78201
5 changed files with 113 additions and 4 deletions

View File

@@ -72,6 +72,10 @@ func (this *RPCClient) HTTPAccessLogRPC() pb.HTTPAccessLogServiceClient {
return pb.NewHTTPAccessLogServiceClient(this.pickConn())
}
func (this *RPCClient) APINodeRPC() pb.APINodeServiceClient {
return pb.NewAPINodeServiceClient(this.pickConn())
}
// 节点上下文信息
func (this *RPCClient) Context() context.Context {
ctx := context.Background()