/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/fs.json
47 строк
809 B
Gabriel Handford
AVDL Linter (#4985)
02 дек 2016, 21:44
02 дек 2016, 21:44
f9a5f66
Код
Авторство
О чём код?
{ "protocol": "fs", "imports": [], "types": [ { "type": "record", "name": "File", "fields": [ { "type": "string", "name": "path" } ] }, { "type": "record", "name": "ListResult", "fields": [ { "type": { "type": "array", "items": "File" }, "name": "files" } ] } ], "messages": { "List": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "path", "type": "string" } ], "response": "ListResult", "doc": "List files in a path. Implemented by KBFS service.", "lint": "ignore" } }, "namespace": "keybase.1" }