MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / New

Function New

internal/nodeapi/api.go:28–30  ·  view source on GitHub ↗
(xrManager coremanager.Manager)

Source from the content-addressed store, hash-verified

26}
27
28func New(xrManager coremanager.Manager) *API {
29return &API{xrManager: xrManager}
30}
31
32// WithSNIManager 挂入 SNI 代理 Manager,使节点支持 SNIProxy* method。
33// 传 nil 则相关方法返回 ErrSNIProxyNotConfigured。

Callers 2

newTestAPIFunction · 0.92
RunFunction · 0.92

Calls

no outgoing calls

Tested by 1

newTestAPIFunction · 0.74