Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ WatchServer
Struct
WatchServer
internal/servers/watch_server.go:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
WatchServer
struct
{
12
v1.UnimplementedWatchServer
13
14
dr storage.DataReader
15
w storage.Watcher
16
}
17
18
func
NewWatchServer(
19
w storage.Watcher,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected