/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/tlf.json
44 строки
1007 B
Song Gao
Revert "fix avdl names for chat since it's not released yet" (#5021)
06 дек 2016, 21:31
06 дек 2016, 21:31
2b294d7
Код
Авторство
О чём код?
{ "protocol": "tlf", "imports": [ { "path": "tlf_keys.avdl", "type": "idl" } ], "types": [], "messages": { "CryptKeys": { "request": [ { "name": "query", "type": "TLFQuery" } ], "response": "GetTLFCryptKeysRes", "doc": "CryptKeys returns TLF crypt keys from all generations.", "lint": "ignore" }, "publicCanonicalTLFNameAndID": { "request": [ { "name": "query", "type": "TLFQuery" } ], "response": "CanonicalTLFNameAndIDWithBreaks", "doc": "* tlfCanonicalID returns the canonical name and TLFID for tlfName.\n * TLFID should not be cached or stored persistently." }, "completeAndCanonicalizePrivateTlfName": { "request": [ { "name": "query", "type": "TLFQuery" } ], "response": "CanonicalTLFNameAndIDWithBreaks", "lint": "ignore" } }, "namespace": "keybase.1" }