Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IList ¶
type IList interface { MessageId() int32 // messageId BrowserId() int32 // browserId GetName() string // messageName GetEventName() string // eventName GetData() any // messageData JSON() json.JSON // messageData convert JSON Bytes() []byte // messageData convert []byte Reset() // free }
IList
IPC Argument List Interface
type List ¶
type List struct { Id int32 `json:"id"` // messageId BId int32 `json:"bid"` // browserId Name string `json:"name"` // messageName EventName string `json:"eventName"` // eventName Data any `json:"data"` // messageData // contains filtered or unexported fields }
List
IPC Argument List
func (*List) GetEventName ¶
Click to show internal directories.
Click to hide internal directories.