protodoc.io
Project WuKongIM/WuKongIM
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
pluginproto
types
wkhook
wkhook
WebhookService
SendWebhook
EventReq
EventResp
EventStatus
package
wkhook
Get desktop application:
View/edit binary Protocol Buffers messages
service
WebhookService
webhook.proto:7
rpc
SendWebhook
(
EventReq
,
EventResp
)
webhook.proto:9
发送webhook事件
message
EventReq
webhook.proto:17
string
event
= 1
bytes
data
= 2
message
EventResp
webhook.proto:22
EventStatus
status
= 1
bytes
data
= 2
enum
EventStatus
webhook.proto:12
Used in:
EventResp
Error
= 0
Success
= 1