/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/avdl/keybase1/fs.avdl
19 строк
262 B
Gabriel Handford
AVDL Linter (#4985)
02 дек 2016, 21:44
02 дек 2016, 21:44
f9a5f66
Код
Авторство
О чём код?
@namespace("keybase.1") protocol fs { record File { string path; } record ListResult { array<File> files; } /** List files in a path. Implemented by KBFS service. */ @lint("ignore") ListResult List(int sessionID, string path); }