MCPcopy Index your code
hub / github.com/PasarGuard/node / Started

Method Started

backend/backend.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9type Backend interface {
10 Started() bool
11 Version() string
12 Logs() <-chan string
13 Restart() error

Callers 7

BaseInfoResponseMethod · 0.65
checkBackendStatusFunction · 0.65
checkXrayStatusMethod · 0.65
checkXrayHealthMethod · 0.65
StartedMethod · 0.65
GetOutboundsLatencyMethod · 0.65

Implementers 2

WireGuardbackend/wireguard/wireguard.go
Xraybackend/xray/xray.go

Calls

no outgoing calls

Tested by

no test coverage detected