Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/projectdiscovery/proxify
/ Store
Interface
Store
pkg/logger/logger.go:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
Store
interface
{
42
Save(data types.HTTPTransaction) error
43
}
44
45
type
Logger
struct
{
46
options *OptionsLogger
Callers
1
storeWriter
Method · 0.65
Implementers
3
Client
pkg/logger/elastic/elasticsearch.go
Client
pkg/logger/kafka/kafka.go
Client
pkg/logger/file/file.go
Calls
no outgoing calls
Tested by
no test coverage detected