command "eventpublish", wshserver.EventPublishCommand
(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts)
| 259 | |
| 260 | // command "eventpublish", wshserver.EventPublishCommand |
| 261 | func EventPublishCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error { |
| 262 | _, err := sendRpcRequestCallHelper[any](w, "eventpublish", data, opts) |
| 263 | return err |
| 264 | } |
| 265 | |
| 266 | // command "eventreadhistory", wshserver.EventReadHistoryCommand |
| 267 | func EventReadHistoryCommand(w *wshutil.WshRpc, data wshrpc.CommandEventReadHistoryData, opts *wshrpc.RpcOpts) ([]*wps.WaveEvent, error) { |
no outgoing calls
no test coverage detected