Kaynağa Gözat

Use string arrays for list command

anon 5 yıl önce
ebeveyn
işleme
a007d793ec
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Client-Server Protocol.md

+ 1 - 1
Client-Server Protocol.md

@@ -78,7 +78,7 @@ Server:
 ```
 {
 	"command": "put",
-	"response": string,
+	"names": string[],
 	"remaining": int
 }
 ```