/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/kbfsmount.json
54 строки
1 KB
Song Gao
waitForMount->Go & fix bug where it checked wrong location on Catalina (#20422)
21 окт 2019, 01:33
Не верифицирован
21 окт 2019, 01:33
daa9282
Код
Авторство
О чём код?
{ "protocol": "kbfsMount", "imports": [], "types": [], "messages": { "GetCurrentMountDir": { "request": [], "response": "string", "lint": "ignore" }, "WaitForMounts": { "request": [], "response": "boolean", "lint": "ignore" }, "GetPreferredMountDirs": { "request": [], "response": { "type": "array", "items": "string" }, "lint": "ignore" }, "GetAllAvailableMountDirs": { "request": [], "response": { "type": "array", "items": "string" }, "lint": "ignore" }, "SetCurrentMountDir": { "request": [ { "name": "dir", "type": "string" } ], "response": null, "lint": "ignore" }, "GetKBFSPathInfo": { "request": [ { "name": "standardPath", "type": "string" } ], "response": "KBFSPathInfo", "lint": "ignore" } }, "namespace": "keybase.1" }