/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/gpg_common.json
42 строки
720 B
Mike Maxim
move keybase1 into dir
24 авг 2016, 05:02
24 авг 2016, 05:02
5d95b67
Код
Авторство
О чём код?
{ "protocol": "gpgCommon", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "GPGKey", "fields": [ { "type": "string", "name": "algorithm" }, { "type": "string", "name": "keyID" }, { "type": "string", "name": "creation" }, { "type": "string", "name": "expiration" }, { "type": { "type": "array", "items": "PGPIdentity" }, "name": "identities" } ] } ], "messages": {}, "namespace": "keybase.1" }