Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ GetConfig
Method
GetConfig
common/service.pb.go:273–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
}
272
273
func
(x *Backend) GetConfig() string {
274
if
x != nil {
275
return
x.Config
276
}
277
return
""
278
}
279
280
func
(x *Backend) GetUsers() []*User {
281
if
x != nil {
Callers
1
StartBackend
Method · 0.80
Implementers
2
WireGuard
backend/wireguard/wireguard.go
Xray
backend/xray/xray.go
Calls
no outgoing calls
Tested by
no test coverage detected