/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/reachability.json
48 строк
972 B
Gabriel Handford
Reachability (#5008)
13 дек 2016, 21:37
13 дек 2016, 21:37
8063ef8
Код
Авторство
О чём код?
{ "protocol": "reachability", "imports": [], "types": [ { "type": "enum", "name": "Reachable", "symbols": [ "UNKNOWN_0", "YES_1", "NO_2" ] }, { "type": "record", "name": "Reachability", "fields": [ { "type": "Reachable", "name": "reachable" } ] } ], "messages": { "reachabilityChanged": { "request": [ { "name": "reachability", "type": "Reachability" } ], "response": null, "notify": "" }, "startReachability": { "request": [], "response": "Reachability", "doc": "Start reachability checks and return current status, which\n may be cached." }, "checkReachability": { "request": [], "response": "Reachability", "doc": "Performs a reachability check. This is not a cached response." } }, "namespace": "keybase.1" }