Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ memoryAuthStorage
Struct
memoryAuthStorage
internal/pluginhost/auth_callbacks_test.go:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
memoryAuthStorage
struct
{
19
payload []byte
20
}
21
22
func
(s *memoryAuthStorage) RawJSON() []byte {
23
if
s == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected