MCPcopy
hub / github.com/spacecloud-io/space-cloud / Unlock

Method Unlock

gateway/modules/global/letsencrypt/sc_store.go:262–264  ·  view source on GitHub ↗

Unlock releases the lock for name.

(key string)

Source from the content-addressed store, hash-verified

260
261// Unlock releases the lock for name.
262func (s *Storage) Unlock(key string) error {
263 return s.deleteLockFile(s.lockFileName(key))
264}
265
266func (s *Storage) String() string {
267 return "storage:" + s.path

Callers 15

addIsActiveStreamMethod · 0.45
removeIsActiveStreamMethod · 0.45
CloseMethod · 0.45
SubscribeMethod · 0.45
CancelSubscriptionMethod · 0.45
AddMethod · 0.45
NotifyMethod · 0.45
LoadMetricsMethod · 0.45
DeleteMethod · 0.45
newModuleMethod · 0.45
SetConfigMethod · 0.45
SetSchemaConfigMethod · 0.45

Calls 2

deleteLockFileMethod · 0.95
lockFileNameMethod · 0.95

Tested by

no test coverage detected