package
Version:
v0.2.4-0...-2c2ceb1
Opens a new window with list of versions in this module.
Published: Nov 30, 2020
License: Apache-2.0, BSD-2-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PluginName is the name of the web API data endpoint plugin.
Plugin gets the plugin instance.
type Request struct {
Data []byte `json:"data"`
}
Request contains the data of the message to send.
type Response struct {
ID string `json:"id,omitempty"`
Error string `json:"error,omitempty"`
}
Response contains the ID of the message sent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.