Add Address thrift definition

This commit is contained in:
gvolfing 2022-08-17 15:44:22 +02:00
parent 657749454d
commit 79011b7b5b

View File

@ -0,0 +1,5 @@
struct Address{
1: binary unique_id;
2: binary last_known_ip;
3: i32 last_known_port;
}