MCPcopy
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

17import "testing"
18
19type SampleWatcher struct {
20 callback func(string)
21}
22
23func (w *SampleWatcher) Close() {
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected