MCPcopy Create free account
hub / github.com/PasarGuard/node / GetShadowsocks

Method GetShadowsocks

common/service.pb.go:1363–1368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1361}
1362
1363func (x *Proxy) GetShadowsocks() *Shadowsocks {
1364 if x != nil {
1365 return x.Shadowsocks
1366 }
1367 return nil
1368}
1369
1370func (x *Proxy) GetWireguard() *Wireguard {
1371 if x != nil {

Callers 4

syncUsersMethod · 0.80
setupUserAccountFunction · 0.80
NewShadowsocksAccountFunction · 0.80
NewShadowsocksTcpAccountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected