MCPcopy Create free account
hub / github.com/cloudwan/gohan / ClearManager

Function ClearManager

schema/manager.go:535–537  ·  view source on GitHub ↗

ClearManager clears manager

()

Source from the content-addressed store, hash-verified

533
534//ClearManager clears manager
535func ClearManager() {
536 singleton.Clear("schema/manager")
537}
538
539//PolicyValidate API request using policy statements
540func (manager *Manager) PolicyValidate(action, path string, auth Authorization) (*Policy, *Role) {

Callers 3

policy_test.goFile · 0.70
schema_test.goFile · 0.70
resource_test.goFile · 0.70

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected