messages

package
v1.16.3 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2021 License: MIT Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallData

type CallData struct {
	BindingName string `json:"bindingName"`
	Data        string `json:"data,omitempty"`
}

CallData represents a call to a Go function/method

type EventData

type EventData struct {
	Name string      `json:"name"`
	Data interface{} `json:"data"`
}

EventData represents an event sent from the frontend

type LogData

type LogData struct {
	Level   string `json:"level"`
	Message string `json:"string"`
}

LogData represents a call to log from the frontend

Jump to

Keyboard shortcuts

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