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

Method Access

access/access.go:9–9  ·  view source on GitHub ↗
(ctx context.Context, req *http.Request, username, network, address string)

Source from the content-addressed store, hash-verified

7
8type Filter interface {
9 Access(ctx context.Context, req *http.Request, username, network, address string) error
10}
11
12type AlwaysAllow struct{}

Callers 2

AccessMethod · 0.65
AccessMethod · 0.65

Implementers 3

JSFilteraccess/jsfilter.go
AlwaysAllowaccess/access.go
DstAddrFilteraccess/dst.go

Calls

no outgoing calls

Tested by

no test coverage detected