MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / New

Function New

internal/audit/provider.go:52–54  ·  view source on GitHub ↗

New creates a new audit provider.

(deps *Dependencies)

Source from the content-addressed store, hash-verified

50
51// New creates a new audit provider.
52func New(deps *Dependencies) Provider {
53 return &provider{deps: deps}
54}
55
56// metadataWithProtocol folds the transport protocol into the audit log's
57// free-form Metadata column so the protocol is queryable without an audit-log

Callers 4

initFGATestSetupFunction · 0.92
initTestSetupFunction · 0.92
runRootFunction · 0.92
runMCPFunction · 0.92

Calls

no outgoing calls

Tested by 1

initFGATestSetupFunction · 0.74