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

Method DeleteUserInbound

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

Source from the content-addressed store, hash-verified

121 // CountUsersByInbound 返回每个 inbound 的用户数量 map[inbound_id]count。
122 CountUsersByInbound() (map[string]int, error)
123 DeleteUserInbound(id string) error
124 DeleteUserInboundsByUser(userID string) error
125 // UpdateUserInboundsNode 将指定 inbound 的所有 user_inbounds.node_id 更新为新节点。
126 UpdateUserInboundsNode(inboundID, newNodeID string) error

Callers 4

SyncUserInboundsMethod · 0.65
handleUserInboundMethod · 0.65
syncUserInboundsMethod · 0.65
handleInboundUsersMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected