Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Place1/wg-access-server
/ InProcessWatcher
Struct
InProcessWatcher
internal/storage/inprocesswatcher.go:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
storage
2
3
type
InProcessWatcher
struct
{
4
add []Callback
5
delete []Callback
6
}
7
8
func
NewInProcessWatcher() *InProcessWatcher {
9
return
&InProcessWatcher{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected