/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/session.json
55 строк
937 B
Song Gao
check camelcase in linter and add special handling (#5011)
05 дек 2016, 18:51
05 дек 2016, 18:51
abed0df
Код
Авторство
О чём код?
{ "protocol": "session", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "Session", "fields": [ { "type": "UID", "name": "uid" }, { "type": "string", "name": "username" }, { "type": "string", "name": "token" }, { "type": "KID", "name": "deviceSubkeyKid", "lint": "ignore" }, { "type": "KID", "name": "deviceSibkeyKid", "lint": "ignore" } ] } ], "messages": { "currentSession": { "request": [ { "name": "sessionID", "type": "int" } ], "response": "Session" }, "sessionPing": { "request": [], "response": null } }, "namespace": "keybase.1" }