Versions in this module Expand all Collapse all v0 v0.0.7 Jan 23, 2024 Changes in this version + var WinServiceMain = func(MainFunc, *ServiceDescription, *config.Config) (bool, error) + type MainFunc func(startedChan chan<- struct{}) error + type Service struct — windows/amd64 + func (s *Service) Execute(args []string, r <-chan svc.ChangeRequest, changes chan<- svc.Status) (bool, uint32) + func (s *Service) Start() error + type ServiceDescription struct + Description string + DisplayName string + Name string