package
Version:
v0.0.0-...-4b68fe9
Opens a new window with list of versions in this module.
Published: Sep 14, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CallData struct {
BindingName string `json:"bindingName"`
Data string `json:"data,omitempty"`
}
CallData represents a call to a Go function/method
type EventData struct {
Name string `json:"name"`
Data interface{} `json:"data"`
}
EventData represents an event sent from the frontend
type LogData struct {
Level string `json:"level"`
Message string `json:"string"`
}
LogData represents a call to log from the frontend
Source Files
¶
Click to show internal directories.
Click to hide internal directories.