MCPcopy
hub / github.com/caddyserver/certmagic / String

Method String

filestorage.go:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292}
293
294func (s *FileStorage) String() string {
295 return "FileStorage:" + s.Path
296}
297
298func (s *FileStorage) lockFilename(name string) string {
299 return filepath.Join(s.lockDir(), StorageKeys.Safe(name)+".lock")

Callers 15

createRecordMethod · 0.80
waitMethod · 0.80
cleanUpRecordMethod · 0.80
loadOrCreateAccountMethod · 0.80
CleanUpOwnLocksFunction · 0.80
maintainAssetsMethod · 0.80
updateARIMethod · 0.80
CleanStorageFunction · 0.80
deleteOldOCSPStaplesFunction · 0.80
deleteExpiredCertsFunction · 0.80
forceRenewMethod · 0.80

Calls

no outgoing calls