/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_saltpack.json
69 строк
1 KB
Chris Ball
crypto: add progress info to the redux store (#22061)
17 янв 2020, 20:52
Не верифицирован
17 янв 2020, 20:52
4f63b9d
Код
Авторство
О чём код?
{ "protocol": "NotifySaltpack", "imports": [], "types": [ { "type": "enum", "name": "SaltpackOperationType", "symbols": [ "ENCRYPT_0", "DECRYPT_1", "SIGN_2", "VERIFY_3" ] } ], "messages": { "saltpackOperationStart": { "request": [ { "name": "opType", "type": "SaltpackOperationType" }, { "name": "filename", "type": "string" } ], "response": null, "oneway": true }, "saltpackOperationProgress": { "request": [ { "name": "opType", "type": "SaltpackOperationType" }, { "name": "filename", "type": "string" }, { "name": "bytesComplete", "type": "long" }, { "name": "bytesTotal", "type": "long" } ], "response": null, "oneway": true }, "saltpackOperationDone": { "request": [ { "name": "opType", "type": "SaltpackOperationType" }, { "name": "filename", "type": "string" } ], "response": null, "oneway": true } }, "namespace": "keybase.1" }