manager

package
v1.0.0-beta.202410030936 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2024 License: AGPL-3.0 Imports: 40 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecutionMode

type ExecutionMode int

type Manager

type Manager struct {
	RootMod *modconfig.Mod

	// Services
	ESService *es.ESService

	HTTPAddress string
	HTTPPort    int

	Status    string
	StartedAt *time.Time
	StoppedAt *time.Time
	// contains filtered or unexported fields
}

Manager manages and represents the status of the service.

func NewManager

func NewManager(ctx context.Context, opts ...ManagerOption) *Manager

NewManager creates a new Manager.

func (*Manager) InterruptHandler

func (m *Manager) InterruptHandler()

func (*Manager) Start

func (m *Manager) Start() (*Manager, error)

Start initializes tha manage and starts services managed by the Manager.

func (*Manager) Stop

func (m *Manager) Stop() error

Stop stops services managed by the Manager.

type ManagerOption

type ManagerOption func(*Manager)

ManagerOption defines a type of function to configures the Manager.

func WithESService

func WithESService() ManagerOption

func WithServerConfig

func WithServerConfig(addr string, port int) ManagerOption

type StartupFlag

type StartupFlag int

Jump to

Keyboard shortcuts

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