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
Click to show internal directories.
Click to hide internal directories.