event

package
v0.0.0-...-19d8ef3 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

func New

func New(bus event.Bus) *Controller

func (*Controller) Ingest

func (ctrl *Controller) Ingest(c *echo.Context) error

Ingest accepts client-supplied events using at-least-once semantics. A successful response means this request was persisted and routed; repeating an identical request may create another event and start another run.

func (*Controller) ListIngested

func (ctrl *Controller) ListIngested(c *echo.Context) error

func (*Controller) Stream

func (ctrl *Controller) Stream(c *echo.Context) error

func (*Controller) WithAuthService

func (ctrl *Controller) WithAuthService(svc *iauth.Service) *Controller

Jump to

Keyboard shortcuts

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