(id string)
| 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 |
no outgoing calls
no test coverage detected