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

Struct Watch

internal/storage/memory/watch.go:12–14  ·  view source on GitHub ↗

Watch - Watches for changes in the repository.

Source from the content-addressed store, hash-verified

10
11// Watch - Watches for changes in the repository.
12type Watch struct {
13 database *db.Memory
14}
15
16// NewWatcher - Creates a new Watcher
17func NewWatcher(database *db.Memory) *Watch {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected