MCPcopy Create free account
hub / github.com/foxcpp/maddy / Reload

Method Reload

internal/tls/file.go:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (f *FileLoader) Reload() error {
96 f.log.Println("reloading certificates")
97 return f.loadCerts()
98}
99
100func (f *FileLoader) Stop() error {
101 f.reloadTick.Stop()

Callers

nothing calls this directly

Calls 2

loadCertsMethod · 0.95
PrintlnMethod · 0.80

Tested by

no test coverage detected