Skip to content
Snippets Groups Projects
Unverified Commit 0d624362 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Update plugins/webapi/message/plugin.go


Co-Authored-By: default avatarLuca Moser <moser.luca@gmail.com>
parent 64121499
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ type Response struct {
Error string `json:"error,omitempty"`
}
// Request holds the message ids to query.
type Request struct {
Ids []string `json:"ids"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment