eventsv1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2025 License: Apache-2.0 Imports: 9 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
}

Controller handles HTTP requests for managing events.

func NewController

func NewController(
	eventsRetentionPeriod time.Duration,
	deps *typesv1.Dependencies,
) *Controller

NewController creates a new events Controller instance with the provided dependencies.

func (*Controller) CleanupEventsHandler

func (c *Controller) CleanupEventsHandler(
	w http.ResponseWriter,
	r *http.Request,
)

CleanupEventsHandler is the handler for the POST /events/cleanup endpoint that cleans up events that are older than the configured retention period.

Jump to

Keyboard shortcuts

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