Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dragonflyoss/dragonfly
/ Proxy
Interface
Proxy
pkg/redis/proxy.go:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
)
27
28
type
Proxy
interface
{
29
Serve() error
30
Stop()
31
}
32
33
type
proxy
struct
{
34
from string
Callers
nothing calls this directly
Implementers
15
Server
scheduler/scheduler.go
MockSeedPeer
scheduler/resource/standard/seed_peer_
MockSeedPeerMockRecorder
scheduler/resource/standard/seed_peer_
MockResource
scheduler/resource/standard/resource_m
MockResourceMockRecorder
scheduler/resource/standard/resource_m
seedPeer
scheduler/resource/standard/seed_peer.
resource
scheduler/resource/standard/resource.g
announcer
scheduler/announcer/announcer.go
MockAnnouncer
scheduler/announcer/mocks/announcer_mo
MockAnnouncerMockRecorder
scheduler/announcer/mocks/announcer_mo
dynconfig
scheduler/config/dynconfig.go
MockDynconfigInterface
scheduler/config/mocks/dynconfig_mock.
Calls
no outgoing calls
Tested by
no test coverage detected