event

package
v1.0.55 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdBus

func NewCmdBus(f *cmdutil.Factory) *cobra.Command

NewCmdBus creates the hidden `event _bus` daemon subcommand, forked by the consume client; fork argv lives in consume/startup.go.

func NewCmdConsume

func NewCmdConsume(f *cmdutil.Factory) *cobra.Command

func NewCmdEvents

func NewCmdEvents(f *cmdutil.Factory) *cobra.Command

func NewCmdList

func NewCmdList(f *cmdutil.Factory) *cobra.Command

func NewCmdSchema

func NewCmdSchema(f *cmdutil.Factory) *cobra.Command

func NewCmdStatus

func NewCmdStatus(f *cmdutil.Factory) *cobra.Command

func NewCmdStop

func NewCmdStop(f *cmdutil.Factory) *cobra.Command

Types

type AddonsCallbacks added in v1.0.55

type AddonsCallbacks struct {
	Items []string `json:"items"`
}

type AddonsEventItems added in v1.0.55

type AddonsEventItems struct {
	Tenant []string `json:"tenant"`
	User   []string `json:"user"`
}

type AddonsEvents added in v1.0.55

type AddonsEvents struct {
	Items AddonsEventItems `json:"items"`
}

type AddonsScopes added in v1.0.55

type AddonsScopes struct {
	Tenant []string `json:"tenant"`
	User   []string `json:"user"`
}

type ManifestAddons added in v1.0.55

type ManifestAddons struct {
	Scopes    *AddonsScopes    `json:"scopes,omitempty"`
	Events    *AddonsEvents    `json:"events,omitempty"`
	Callbacks *AddonsCallbacks `json:"callbacks,omitempty"`
}

ManifestAddons mirrors the 5 public manifest sections the launcher page accepts. Encoded form: JSON -> gzip -> base64url(no padding).

Jump to

Keyboard shortcuts

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