增加节点同步状态提示和任务列表

This commit is contained in:
刘祥超
2021-01-17 16:47:37 +08:00
parent 701d1da0fa
commit 2b0c561abe
4 changed files with 86 additions and 37 deletions

View File

@@ -53,6 +53,10 @@ func (this *RPCClient) NodeLogRPC() pb.NodeLogServiceClient {
return pb.NewNodeLogServiceClient(this.pickConn())
}
func (this *RPCClient) NodeTaskRPC() pb.NodeTaskServiceClient {
return pb.NewNodeTaskServiceClient(this.pickConn())
}
func (this *RPCClient) HTTPAccessLogRPC() pb.HTTPAccessLogServiceClient {
return pb.NewHTTPAccessLogServiceClient(this.pickConn())
}