launchd

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package launchd provides macOS launchd integration for quad-ops. This package is only available on darwin systems.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lifecycle

type Lifecycle struct{}

Lifecycle is a stub for non-Darwin platforms.

func NewLifecycle

func NewLifecycle(_ Options, _ execx.Runner, _ log.Logger) (*Lifecycle, error)

NewLifecycle is a stub for non-Darwin platforms.

func (*Lifecycle) Name

func (l *Lifecycle) Name() string

Name returns the platform name.

func (*Lifecycle) Reload

func (l *Lifecycle) Reload(_ context.Context) error

Reload is a stub for non-Darwin platforms.

func (*Lifecycle) Restart

func (l *Lifecycle) Restart(_ context.Context, _ string) error

Restart is a stub for non-Darwin platforms.

func (*Lifecycle) RestartMany

func (l *Lifecycle) RestartMany(_ context.Context, _ []string) map[string]error

RestartMany is a stub for non-Darwin platforms.

func (*Lifecycle) Start

func (l *Lifecycle) Start(_ context.Context, _ string) error

Start is a stub for non-Darwin platforms.

func (*Lifecycle) StartMany

func (l *Lifecycle) StartMany(_ context.Context, _ []string) map[string]error

StartMany is a stub for non-Darwin platforms.

func (*Lifecycle) Status

Status is a stub for non-Darwin platforms.

func (*Lifecycle) Stop

func (l *Lifecycle) Stop(_ context.Context, _ string) error

Stop is a stub for non-Darwin platforms.

func (*Lifecycle) StopMany

func (l *Lifecycle) StopMany(_ context.Context, _ []string) map[string]error

StopMany is a stub for non-Darwin platforms.

type Options

type Options struct {
	LabelPrefix string
}

Options is a stub for non-Darwin platforms.

func OptionsFromSettings

func OptionsFromSettings(_, _ string, _ bool) Options

OptionsFromSettings is a stub for non-Darwin platforms.

type Renderer

type Renderer struct{}

Renderer is a stub for non-Darwin platforms.

func NewRenderer

func NewRenderer(_ Options, _ log.Logger) (*Renderer, error)

NewRenderer is a stub for non-Darwin platforms.

func (*Renderer) Name

func (r *Renderer) Name() string

Name returns the platform name.

func (*Renderer) Render

Render is a stub for non-Darwin platforms.

Jump to

Keyboard shortcuts

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