Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ Daemon
Struct
Daemon
commands/daemon/daemon.go:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
Daemon
struct
{
16
config *service.Config
17
errs
chan
error
18
}
19
20
func
NewDaemon() *Daemon {
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected