Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/casbin
/ SampleWatcher
Struct
SampleWatcher
watcher_test.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
import
"testing"
18
19
type
SampleWatcher
struct
{
20
callback
func
(string)
21
}
22
23
func
(w *SampleWatcher) Close() {
24
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected