mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 19:07:55 +08:00
change server address from string to a type
This commit is contained in:
@@ -478,6 +478,7 @@ message FetchAndWriteNeedleRequest {
|
||||
message Replica {
|
||||
string url = 1;
|
||||
string public_url = 2;
|
||||
int32 grpc_port = 3;
|
||||
}
|
||||
repeated Replica replicas = 6;
|
||||
string auth = 7;
|
||||
|
Reference in New Issue
Block a user