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

Method GetUsersByIDs

internal/users/store.go:129–129  ·  view source on GitHub ↗

GetUsersByIDs 批量获取 User,返回 map[userID]User。

(ids []string)

Source from the content-addressed store, hash-verified

127
128 // GetUsersByIDs 批量获取 User,返回 map[userID]User。
129 GetUsersByIDs(ids []string) (map[string]User, error)
130
131 // 订阅访问日志
132 LogSubAccess(userID, ip, userAgent string) 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