MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / accessAdapter

Struct accessAdapter

internal/pluginhost/adapters.go:1261–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259}
1260
1261type accessAdapter struct {
1262 host *Host
1263 pluginID string
1264 path string
1265 version string
1266 provider pluginapi.FrontendAuthProvider
1267}
1268
1269func (a *accessAdapter) Identifier() (identifier string) {
1270 if a == nil || a.provider == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected