Documentation
¶
Overview ¶
Package daemon provides the background service functionality for scanorama. It manages scheduled discovery and scanning jobs, handles API endpoints, and coordinates the overall operation of the scanning system.
Index ¶
Constants ¶
View Source
const ( DefaultDirPermissions = 0o750 DefaultFilePermissions = 0o600 )
File permission constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct {
// contains filtered or unexported fields
}
Daemon represents the main daemon process.
func (*Daemon) GetContext ¶
GetContext returns the daemon's context.
func (*Daemon) GetDatabase ¶
GetDatabase returns the database connection.
func (*Daemon) IsDebugMode ¶ added in v0.9.0
IsDebugMode returns the current debug mode state.
Click to show internal directories.
Click to hide internal directories.