services

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	Name() string
	Start() error
	Stop(ctx context.Context) error
}

type Services

type Services struct {
	Scheduler   schedule.Scheduler
	EventBus    eventbus.EventBus
	Metrics     *metrics.Metrics
	Task        *task.TaskService
	RateLimiter ratelimiter.RateLimiter
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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