taskservice

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service added in v0.2.12

type Service interface {
	Start(string) error
	Stop(string) error
}

func NewService added in v0.2.12

func NewService(service ServiceType) Service

type ServiceType added in v0.2.12

type ServiceType int
const (
	Systemctl ServiceType = iota
	NNSM
	TaskSched
)

func ServiceTypeFrom added in v0.2.12

func ServiceTypeFrom(t string) ServiceType

type SystemctlService added in v0.2.12

type SystemctlService struct{}

func (SystemctlService) Start added in v0.2.12

func (ts SystemctlService) Start(name string) error

func (SystemctlService) Stop added in v0.2.12

func (ts SystemctlService) Stop(name string) error

Jump to

Keyboard shortcuts

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