MCPcopy
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

1package storage
2
3type InProcessWatcher struct {
4 add []Callback
5 delete []Callback
6}
7
8func NewInProcessWatcher() *InProcessWatcher {
9 return &InProcessWatcher{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected