Documentation ¶
Index ¶
- func AuthenticateCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (wshrpc.CommandAuthenticateRtnData, error)
- func BlockInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockInfoData, error)
- func ConnConnectCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func ConnDisconnectCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func ConnEnsureCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func ConnListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error)
- func ConnReinstallWshCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func ConnStatusCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.ConnStatus, error)
- func ControllerInputCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockInputData, opts *wshrpc.RpcOpts) error
- func ControllerResyncCommand(w *wshutil.WshRpc, data wshrpc.CommandControllerResyncData, ...) error
- func ControllerStopCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func CreateBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error)
- func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
- func EventPublishCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error
- func EventReadHistoryCommand(w *wshutil.WshRpc, data wshrpc.CommandEventReadHistoryData, ...) ([]*wps.WaveEvent, error)
- func EventRecvCommand(w *wshutil.WshRpc, data wps.WaveEvent, opts *wshrpc.RpcOpts) error
- func EventSubCommand(w *wshutil.WshRpc, data wps.SubscriptionRequest, opts *wshrpc.RpcOpts) error
- func EventUnsubAllCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error
- func EventUnsubCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func FileAppendCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) error
- func FileAppendIJsonCommand(w *wshutil.WshRpc, data wshrpc.CommandAppendIJsonData, opts *wshrpc.RpcOpts) error
- func FileReadCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) (string, error)
- func FileWriteCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) error
- func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error)
- func MessageCommand(w *wshutil.WshRpc, data wshrpc.CommandMessageData, opts *wshrpc.RpcOpts) error
- func NotifyCommand(w *wshutil.WshRpc, data wshrpc.WaveNotificationOptions, opts *wshrpc.RpcOpts) error
- func RemoteFileDeleteCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func RemoteFileInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)
- func RemoteFileJoinCommand(w *wshutil.WshRpc, data []string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)
- func RemoteStreamCpuDataCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]
- func RemoteStreamFileCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteStreamFileData, ...) chan wshrpc.RespOrErrorUnion[wshrpc.CommandRemoteStreamFileRtnData]
- func RemoteWriteFileCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteWriteFileData, ...) error
- func ResolveIdsCommand(w *wshutil.WshRpc, data wshrpc.CommandResolveIdsData, opts *wshrpc.RpcOpts) (wshrpc.CommandResolveIdsRtnData, error)
- func RouteAnnounceCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error
- func RouteUnannounceCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) error
- func SetConfigCommand(w *wshutil.WshRpc, data wconfig.MetaSettingsType, opts *wshrpc.RpcOpts) error
- func SetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandSetMetaData, opts *wshrpc.RpcOpts) error
- func SetViewCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockSetViewData, opts *wshrpc.RpcOpts) error
- func StreamCpuDataCommand(w *wshutil.WshRpc, data wshrpc.CpuDataRequest, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]
- func StreamTestCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[int]
- func StreamWaveAiCommand(w *wshutil.WshRpc, data wshrpc.OpenAiStreamRequest, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.OpenAIPacketType]
- func TestCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error
- func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthenticateCommand ¶
func AuthenticateCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (wshrpc.CommandAuthenticateRtnData, error)
command "authenticate", wshserver.AuthenticateCommand
func BlockInfoCommand ¶
func BlockInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockInfoData, error)
command "blockinfo", wshserver.BlockInfoCommand
func ConnConnectCommand ¶
command "connconnect", wshserver.ConnConnectCommand
func ConnDisconnectCommand ¶
command "conndisconnect", wshserver.ConnDisconnectCommand
func ConnEnsureCommand ¶
command "connensure", wshserver.ConnEnsureCommand
func ConnListCommand ¶
command "connlist", wshserver.ConnListCommand
func ConnReinstallWshCommand ¶
command "connreinstallwsh", wshserver.ConnReinstallWshCommand
func ConnStatusCommand ¶
command "connstatus", wshserver.ConnStatusCommand
func ControllerInputCommand ¶
func ControllerInputCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockInputData, opts *wshrpc.RpcOpts) error
command "controllerinput", wshserver.ControllerInputCommand
func ControllerResyncCommand ¶
func ControllerResyncCommand(w *wshutil.WshRpc, data wshrpc.CommandControllerResyncData, opts *wshrpc.RpcOpts) error
command "controllerresync", wshserver.ControllerResyncCommand
func ControllerStopCommand ¶
command "controllerstop", wshserver.ControllerStopCommand
func CreateBlockCommand ¶
func CreateBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error)
command "createblock", wshserver.CreateBlockCommand
func DeleteBlockCommand ¶
func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
command "deleteblock", wshserver.DeleteBlockCommand
func EventPublishCommand ¶
command "eventpublish", wshserver.EventPublishCommand
func EventReadHistoryCommand ¶
func EventReadHistoryCommand(w *wshutil.WshRpc, data wshrpc.CommandEventReadHistoryData, opts *wshrpc.RpcOpts) ([]*wps.WaveEvent, error)
command "eventreadhistory", wshserver.EventReadHistoryCommand
func EventRecvCommand ¶
command "eventrecv", wshserver.EventRecvCommand
func EventSubCommand ¶
command "eventsub", wshserver.EventSubCommand
func EventUnsubAllCommand ¶
command "eventunsuball", wshserver.EventUnsubAllCommand
func EventUnsubCommand ¶
command "eventunsub", wshserver.EventUnsubCommand
func FileAppendCommand ¶
command "fileappend", wshserver.FileAppendCommand
func FileAppendIJsonCommand ¶
func FileAppendIJsonCommand(w *wshutil.WshRpc, data wshrpc.CommandAppendIJsonData, opts *wshrpc.RpcOpts) error
command "fileappendijson", wshserver.FileAppendIJsonCommand
func FileReadCommand ¶
func FileReadCommand(w *wshutil.WshRpc, data wshrpc.CommandFileData, opts *wshrpc.RpcOpts) (string, error)
command "fileread", wshserver.FileReadCommand
func FileWriteCommand ¶
command "filewrite", wshserver.FileWriteCommand
func GetMetaCommand ¶
func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error)
command "getmeta", wshserver.GetMetaCommand
func MessageCommand ¶
command "message", wshserver.MessageCommand
func NotifyCommand ¶ added in v0.8.9
func NotifyCommand(w *wshutil.WshRpc, data wshrpc.WaveNotificationOptions, opts *wshrpc.RpcOpts) error
command "notify", wshserver.NotifyCommand
func RemoteFileDeleteCommand ¶
command "remotefiledelete", wshserver.RemoteFileDeleteCommand
func RemoteFileInfoCommand ¶
func RemoteFileInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)
command "remotefileinfo", wshserver.RemoteFileInfoCommand
func RemoteFileJoinCommand ¶
func RemoteFileJoinCommand(w *wshutil.WshRpc, data []string, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error)
command "remotefilejoin", wshserver.RemoteFileJoinCommand
func RemoteStreamCpuDataCommand ¶
func RemoteStreamCpuDataCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]
command "remotestreamcpudata", wshserver.RemoteStreamCpuDataCommand
func RemoteStreamFileCommand ¶
func RemoteStreamFileCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteStreamFileData, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.CommandRemoteStreamFileRtnData]
command "remotestreamfile", wshserver.RemoteStreamFileCommand
func RemoteWriteFileCommand ¶
func RemoteWriteFileCommand(w *wshutil.WshRpc, data wshrpc.CommandRemoteWriteFileData, opts *wshrpc.RpcOpts) error
command "remotewritefile", wshserver.RemoteWriteFileCommand
func ResolveIdsCommand ¶
func ResolveIdsCommand(w *wshutil.WshRpc, data wshrpc.CommandResolveIdsData, opts *wshrpc.RpcOpts) (wshrpc.CommandResolveIdsRtnData, error)
command "resolveids", wshserver.ResolveIdsCommand
func RouteAnnounceCommand ¶
command "routeannounce", wshserver.RouteAnnounceCommand
func RouteUnannounceCommand ¶
command "routeunannounce", wshserver.RouteUnannounceCommand
func SetConfigCommand ¶
command "setconfig", wshserver.SetConfigCommand
func SetMetaCommand ¶
command "setmeta", wshserver.SetMetaCommand
func SetViewCommand ¶
func SetViewCommand(w *wshutil.WshRpc, data wshrpc.CommandBlockSetViewData, opts *wshrpc.RpcOpts) error
command "setview", wshserver.SetViewCommand
func StreamCpuDataCommand ¶
func StreamCpuDataCommand(w *wshutil.WshRpc, data wshrpc.CpuDataRequest, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.TimeSeriesData]
command "streamcpudata", wshserver.StreamCpuDataCommand
func StreamTestCommand ¶
command "streamtest", wshserver.StreamTestCommand
func StreamWaveAiCommand ¶
func StreamWaveAiCommand(w *wshutil.WshRpc, data wshrpc.OpenAiStreamRequest, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.OpenAIPacketType]
command "streamwaveai", wshserver.StreamWaveAiCommand
func TestCommand ¶
command "test", wshserver.TestCommand
func WebSelectorCommand ¶
func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error)
command "webselector", wshserver.WebSelectorCommand
Types ¶
This section is empty.