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