event

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrowserConfigEvent added in v0.0.6

type BrowserConfigEvent struct {
	EventType     EventType                      `json:"eventType"`
	BrowserConfig *browserconfigv1.BrowserConfig `json:"browserConfig"`
}

type BrowserEvent

type BrowserEvent struct {
	EventType EventType          `json:"eventType" `
	Browser   *browserv1.Browser `json:"browser" `
}

type EventType

type EventType string
const (
	EventTypeAdded    EventType = "ADDED"
	EventTypeModified EventType = "MODIFIED"
	EventTypeDeleted  EventType = "DELETED"
)

type EventsOption added in v0.0.6

type EventsOption func(v url.Values)

Jump to

Keyboard shortcuts

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