pizhicheng
Results
1
issues of
pizhicheng
**Proto file(s)** basic-meta.proto: ``` syntax = "proto3"; package com.webank.ai.fate.api.core; // network endpoint message Endpoint { string ip = 1; // ip address int32 port = 2; // port string hostname...