MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / AlwaysAllow

Struct AlwaysAllow

access/access.go:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12type AlwaysAllow struct{}
13
14func (_ AlwaysAllow) Access(_ context.Context, _ *http.Request, _, _, _ string) error {
15 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected