MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Resource

TypeAlias Resource

api/middleware/scope.go:23–23  ·  view source on GitHub ↗

Resource represents a protected API resource that can be accessed via API keys. Each resource corresponds to a specific API endpoint category.

Source from the content-addressed store, hash-verified

21// Resource represents a protected API resource that can be accessed via API keys.
22// Each resource corresponds to a specific API endpoint category.
23type Resource string
24
25// Action represents the allowed actions on a resource.
26// Actions include read, write, delete, and wildcard (*).

Callers 1

ParseScopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected