startup

package
v2.12.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2026 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Name    string
	Cmds    []string
	Enabled bool
}

type Startup

type Startup struct {
	Entries []Entry
}

func (*Startup) Add

func (s *Startup) Add(name, cmd string) error

func (*Startup) AddService

func (s *Startup) AddService(name string) error

func (*Startup) Enable

func (s *Startup) Enable(name string) error

func (*Startup) Exists

func (s *Startup) Exists(name string) bool

func (*Startup) Load

func (s *Startup) Load() error

func (*Startup) Remove

func (s *Startup) Remove(name string) error

func (*Startup) Save

func (s *Startup) Save() error

Jump to

Keyboard shortcuts

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