MCPcopy Create free account
hub / github.com/Permify/permify / NoopWatcher

Struct NoopWatcher

internal/storage/storage.go:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215type NoopWatcher struct{}
216
217func NewNoopWatcher() Watcher {
218 return &NoopWatcher{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected