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

TypeAlias Action

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

Action represents the allowed actions on a resource. Actions include read, write, delete, and wildcard (*).

Source from the content-addressed store, hash-verified

25// Action represents the allowed actions on a resource.
26// Actions include read, write, delete, and wildcard (*).
27type Action string
28
29const (
30 // Actions

Callers 1

ParseScopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected