Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// Build info (injected via ldflags)
BuildEnvironment string
BuildDate string
BuildTime string
// LogServiceName is injected via ldflags during build and used for log directory naming.
// It takes precedence over the environment config's ServiceName for log directory paths.
// This is distinct from the Windows SCM service name and matches the Taskfile SVC_LOG_NAME_* vars.
LogServiceName string
// contains filtered or unexported fields
}
Service implements svc.Service for Windows Service Control Manager
Click to show internal directories.
Click to hide internal directories.