/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/secret_ui.json
86 строк
1 KB
Patrick Crosby
Rebuild protocol
30 авг 2016, 18:07
30 авг 2016, 18:07
0848331
Код
Авторство
О чём код?
{ "protocol": "secretUi", "imports": [ { "path": "passphrase_common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "SecretEntryArg", "fields": [ { "type": "string", "name": "desc" }, { "type": "string", "name": "prompt" }, { "type": "string", "name": "err" }, { "type": "string", "name": "cancel" }, { "type": "string", "name": "ok" }, { "type": "string", "name": "reason" }, { "type": "boolean", "name": "showTyping" } ] }, { "type": "record", "name": "SecretEntryRes", "fields": [ { "type": "string", "name": "text" }, { "type": "boolean", "name": "canceled" }, { "type": "boolean", "name": "storeSecret" } ] } ], "messages": { "getPassphrase": { "request": [ { "name": "sessionID", "type": "int" }, { "name": "pinentry", "type": "GUIEntryArg" }, { "name": "terminal", "type": [ null, "SecretEntryArg" ] } ], "response": "GetPassphraseRes" } }, "namespace": "keybase.1" }