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

Method ListUserInboundsByNode

internal/users/store.go:119–119  ·  view source on GitHub ↗
(nodeID string)

Source from the content-addressed store, hash-verified

117 // ListActiveUserInboundsByUser 仅返回对应节点未禁用的记录(用于订阅生成)。
118 ListActiveUserInboundsByUser(userID string) ([]UserInbound, error)
119 ListUserInboundsByNode(nodeID string) ([]UserInbound, error)
120 ListUserInboundsByInbound(inboundID string) ([]UserInbound, error)
121 // CountUsersByInbound 返回每个 inbound 的用户数量 map[inbound_id]count。
122 CountUsersByInbound() (map[string]int, error)

Callers 6

ApplyNodesMethod · 0.65
ComputeNodeConfigHashFunction · 0.65
SyncUsageWithFunction · 0.65
ActivateExpiredOnHoldFunction · 0.65
ResetTrafficFunction · 0.65
ApplyNodeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected