Versions in this module Expand all Collapse all v0 v0.8.2 May 24, 2026 v0.8.1 May 20, 2026 Changes in this version + var ErrUnsupported = errors.New("userservice: platform not supported") + func Create(name, desc string, cmd *exec.Cmd) error + func Delete(name string) error + func List() ([]string, error) + func Scan() ([]string, error) + func ScanStatus(name string) (string, error) + func Start(name string) error + func Status(name string) (string, error) + func Stop(name string) error