/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/process.json
52 строки
894 B
Mike Maxim
move keybase1 into dir
24 авг 2016, 05:02
24 авг 2016, 05:02
5d95b67
Код
Авторство
О чём код?
{ "protocol": "process", "imports": [], "types": [ { "type": "enum", "name": "FileType", "symbols": [ "UNKNOWN_0", "DIRECTORY_1", "FILE_2" ] }, { "type": "record", "name": "FileDescriptor", "fields": [ { "type": "string", "name": "name" }, { "type": "FileType", "name": "type" } ] }, { "type": "record", "name": "Process", "fields": [ { "type": "string", "name": "pid" }, { "type": "string", "name": "command" }, { "type": { "type": "array", "items": "FileDescriptor" }, "name": "fileDescriptors" } ] } ], "messages": {}, "namespace": "keybase.1" }