mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 04:55:00 +00:00
5 lines
170 B
Text
5 lines
170 B
Text
endpoint LookupServer [magic=9001]
|
|
{
|
|
lookup_name(String name) => (int code, Vector<String> addresses)
|
|
lookup_address(String address) => (int code, String name)
|
|
}
|