Documentation ¶
Index ¶
- func AiSendMessageCommand(w *wshutil.WshRpc, data wshrpc.AiMessageData, opts *wshrpc.RpcOpts) error
- 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 CreateSubBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateSubBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error)
- func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
- func DeleteSubBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
- func DisposeCommand(w *wshutil.WshRpc, data wshrpc.CommandDisposeData, 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 GetUpdateChannelCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, 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 VDomAsyncInitiationCommand(w *wshutil.WshRpc, data vdom.VDomAsyncInitiationRequest, opts *wshrpc.RpcOpts) error
- func VDomCreateContextCommand(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts) (*waveobj.ORef, error)
- func VDomRenderCommand(w *wshutil.WshRpc, data vdom.VDomFrontendUpdate, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[*vdom.VDomBackendUpdate]
- func VDomUrlRequestCommand(w *wshutil.WshRpc, data wshrpc.VDomUrlRequestData, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.VDomUrlRequestResponse]
- func WaitForRouteCommand(w *wshutil.WshRpc, data wshrpc.CommandWaitForRouteData, opts *wshrpc.RpcOpts) (bool, error)
- func WaveInfoCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.WaveInfoData, error)
- func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error)
- func WslDefaultDistroCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error)
- func WslListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error)
- func WslStatusCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.ConnStatus, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AiSendMessageCommand ¶ added in v0.9.2
command "aisendmessage", wshserver.AiSendMessageCommand
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 CreateSubBlockCommand ¶ added in v0.9.0
func CreateSubBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateSubBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error)
command "createsubblock", wshserver.CreateSubBlockCommand
func DeleteBlockCommand ¶
func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
command "deleteblock", wshserver.DeleteBlockCommand
func DeleteSubBlockCommand ¶ added in v0.9.0
func DeleteSubBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error
command "deletesubblock", wshserver.DeleteSubBlockCommand
func DisposeCommand ¶ added in v0.9.0
command "dispose", wshserver.DisposeCommand
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 GetUpdateChannelCommand ¶ added in v0.9.1
command "getupdatechannel", wshserver.GetUpdateChannelCommand
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 VDomAsyncInitiationCommand ¶ added in v0.9.0
func VDomAsyncInitiationCommand(w *wshutil.WshRpc, data vdom.VDomAsyncInitiationRequest, opts *wshrpc.RpcOpts) error
command "vdomasyncinitiation", wshserver.VDomAsyncInitiationCommand
func VDomCreateContextCommand ¶ added in v0.9.0
func VDomCreateContextCommand(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts) (*waveobj.ORef, error)
command "vdomcreatecontext", wshserver.VDomCreateContextCommand
func VDomRenderCommand ¶ added in v0.9.0
func VDomRenderCommand(w *wshutil.WshRpc, data vdom.VDomFrontendUpdate, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[*vdom.VDomBackendUpdate]
command "vdomrender", wshserver.VDomRenderCommand
func VDomUrlRequestCommand ¶ added in v0.9.2
func VDomUrlRequestCommand(w *wshutil.WshRpc, data wshrpc.VDomUrlRequestData, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[wshrpc.VDomUrlRequestResponse]
command "vdomurlrequest", wshserver.VDomUrlRequestCommand
func WaitForRouteCommand ¶ added in v0.9.0
func WaitForRouteCommand(w *wshutil.WshRpc, data wshrpc.CommandWaitForRouteData, opts *wshrpc.RpcOpts) (bool, error)
command "waitforroute", wshserver.WaitForRouteCommand
func WaveInfoCommand ¶ added in v0.9.1
command "waveinfo", wshserver.WaveInfoCommand
func WebSelectorCommand ¶
func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error)
command "webselector", wshserver.WebSelectorCommand
func WslDefaultDistroCommand ¶ added in v0.9.0
command "wsldefaultdistro", wshserver.WslDefaultDistroCommand
func WslListCommand ¶ added in v0.9.0
command "wsllist", wshserver.WslListCommand
func WslStatusCommand ¶ added in v0.9.0
command "wslstatus", wshserver.WslStatusCommand
Types ¶
This section is empty.