/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_fs.json
156 строк
3 KB
Song Gao
fs subscription manager deduplication
28 апр 2020, 23:28
28 апр 2020, 23:28
38c3abd
Код
Авторство
О чём код?
{ "protocol": "NotifyFS", "imports": [ { "path": "kbfs_common.avdl", "type": "idl" } ], "types": [], "messages": { "FSActivity": { "request": [ { "name": "notification", "type": "FSNotification" } ], "response": null, "notify": "", "lint": "ignore" }, "FSPathUpdated": { "request": [ { "name": "path", "type": "string" } ], "response": null, "oneway": true, "notify": "", "lint": "ignore" }, "FSSyncActivity": { "request": [ { "name": "status", "type": "FSPathSyncStatus" } ], "response": null, "oneway": true, "lint": "ignore" }, "FSEditListResponse": { "request": [ { "name": "edits", "type": "FSFolderEditHistory" }, { "name": "requestID", "type": "int" } ], "response": null, "oneway": true, "lint": "ignore" }, "FSSyncStatusResponse": { "request": [ { "name": "status", "type": "FSSyncStatus" }, { "name": "requestID", "type": "int" } ], "response": null, "oneway": true, "lint": "ignore" }, "FSOverallSyncStatusChanged": { "request": [ { "name": "status", "type": "FolderSyncStatus" } ], "response": null, "oneway": true, "lint": "ignore" }, "FSFavoritesChanged": { "request": [], "response": null, "oneway": true, "lint": "ignore" }, "FSOnlineStatusChanged": { "request": [ { "name": "online", "type": "boolean" } ], "response": null, "oneway": true, "lint": "ignore" }, "FSSubscriptionNotifyPath": { "request": [ { "name": "clientID", "type": "string" }, { "name": "subscriptionIDs", "type": { "type": "array", "items": "string" } }, { "name": "path", "type": "string" }, { "name": "topics", "type": { "type": "array", "items": "PathSubscriptionTopic" } } ], "response": null, "oneway": true, "lint": "ignore" }, "FSSubscriptionNotify": { "request": [ { "name": "clientID", "type": "string" }, { "name": "subscriptionIDs", "type": { "type": "array", "items": "string" } }, { "name": "topic", "type": "SubscriptionTopic" } ], "response": null, "oneway": true, "lint": "ignore" } }, "namespace": "keybase.1" }