xctrlext

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NativeJSRequest

type NativeJSRequest struct {
	CtrlUuid string       `json:"ctrl_uuid,omitempty"`
	Data     NativeJsData `json:"data,omitempty"`
}

type NativeJSResponse

type NativeJSResponse struct {
	Code     int32  `json:"code,omitempty"`
	Message  string `json:"message,omitempty"`
	NodeUuid string `json:"node_uuid,omitempty"`
	// optional
	Seq  string      `json:"seq,omitempty"`
	Data interface{} `json:"data,omitempty"`
}

type NativeJsData

type NativeJsData struct {
	Command string      `json:"command,omitempty"`
	Data    interface{} `json:"data,omitempty"`
}

Jump to

Keyboard shortcuts

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