Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ databaseCloser
Struct
databaseCloser
modules/caddypki/acmeserver/acmeserver.go:373–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
)
372
373
type
databaseCloser
struct
{
374
DB *db.AuthDB
375
}
376
377
func
(closer databaseCloser) Destruct() error {
378
return
(*closer.DB).Shutdown()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected