MCPcopy
hub / github.com/fatedier/frp / StatusExporter

Interface StatusExporter

client/service.go:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473type StatusExporter interface {
474 GetProxyStatus(name string) (*proxy.WorkingStatus, bool)
475}
476
477type statusExporterImpl struct {
478 getProxyStatusFunc func(name string) (*proxy.WorkingStatus, bool)

Callers 5

getProxyStatusMethod · 0.65
waitProxyStatusReadyMethod · 0.65
server.goFile · 0.65
server.goFile · 0.65
config.goFile · 0.65

Implementers 5

statusExporterImplclient/service.go
serviceConfigManagerclient/config_manager.go
fakeConfigManagerclient/http/controller_test.go
Managerclient/proxy/proxy_manager.go
Clientpkg/sdk/client/client.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…