manager

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	StatePath    string
	PollInterval string
}

type Manager

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

func New

func New(store *state.Store, tp *telemetry.Provider, logger *slog.Logger) *Manager

func (*Manager) Close

func (m *Manager) Close() error

func (*Manager) IsReady

func (m *Manager) IsReady() bool

func (*Manager) Start

func (m *Manager) Start(ctx context.Context, cfg Config) error

func (*Manager) Status

func (m *Manager) Status() map[string]*RepoStatus

type RepoStatus

type RepoStatus struct {
	Running bool
	Error   error
}

Jump to

Keyboard shortcuts

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