MCPcopy 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
273func (x *Backend) GetConfig() string {
274 if x != nil {
275 return x.Config
276 }
277 return ""
278}
279
280func (x *Backend) GetUsers() []*User {
281 if x != nil {

Callers 1

StartBackendMethod · 0.80

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected