MCPcopy
hub / github.com/apache/casbin / SampleWatcherEx

Struct SampleWatcherEx

watcher_ex_test.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type SampleWatcherEx struct {
24 SampleWatcher
25}
26
27func (w SampleWatcherEx) UpdateForAddPolicy(sec, ptype string, params ...string) error {
28 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected