/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/backend_common.json
55 строк
921 B
Jeremy Stribling
protocol: add a "git" block type
01 сен 2017, 02:01
01 сен 2017, 02:01
fcc56b6
Код
Авторство
О чём код?
{ "protocol": "backendCommon", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "enum", "name": "BlockType", "symbols": [ "DATA_0", "MD_1", "GIT_2" ] }, { "type": "record", "name": "BlockIdCombo", "fields": [ { "type": "string", "name": "blockHash" }, { "type": "UserOrTeamID", "name": "chargedTo" }, { "type": "BlockType", "name": "blockType" } ], "lint": "ignore" }, { "type": "record", "name": "ChallengeInfo", "fields": [ { "type": "long", "name": "now" }, { "type": "string", "name": "challenge" } ] } ], "messages": {}, "namespace": "keybase.1" }