webcmd

package
v0.14.0-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WSCommand_Rpc = "rpc"
)

Variables

This section is empty.

Functions

func WSCommandTypeUnionMeta

func WSCommandTypeUnionMeta() tsgenmeta.TypeUnionMeta

Types

type WSCommandType

type WSCommandType interface {
	GetWSCommand() string
}

func ParseWSCommandMap

func ParseWSCommandMap(cmdMap map[string]any) (WSCommandType, error)

type WSRpcCommand

type WSRpcCommand struct {
	WSCommand string              `json:"wscommand" tstype:"\"rpc\""`
	Message   *wshutil.RpcMessage `json:"message"`
}

func (*WSRpcCommand) GetWSCommand

func (cmd *WSRpcCommand) GetWSCommand() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL