MCPcopy
hub / github.com/netbirdio/netbird / ListClientsForDebug

Method ListClientsForDebug

proxy/internal/debug/handler.go:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61type clientProvider interface {
62 GetClient(accountID types.AccountID) (*nbembed.Client, bool)
63 ListClientsForDebug() map[types.AccountID]roundtrip.ClientDebugInfo
64 ListClientsForStartup() map[types.AccountID]*nbembed.Client
65}
66

Callers 3

handleIndexMethod · 0.65
handleListClientsMethod · 0.65
handleRuntimeMethod · 0.65

Implementers 1

NetBirdproxy/internal/roundtrip/netbird.go

Calls

no outgoing calls

Tested by

no test coverage detected