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

Struct pluginTokenStorage

internal/pluginhost/auth_provider.go:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414type pluginTokenStorage struct {
415 provider string
416 rawJSON []byte
417 meta map[string]any
418}
419
420func (s *pluginTokenStorage) SetMetadata(meta map[string]any) {
421 if s == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected