service

package
v0.0.102 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(args []string) error

Types

type ServiceInfo

type ServiceInfo struct {
	Name      string
	Status    string
	StartTime string
	EndTime   string
	ExitCode  string
	PID       string
}

ServiceInfo contains detailed information about a service

type ServiceTask

type ServiceTask struct {
	Name        string `json:"name"`
	Command     string `json:"command"`
	WorkingDir  string `json:"working_dir"`
	ServiceName string `json:"service_name"` // actual service name used by system
}

Jump to

Keyboard shortcuts

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