(userID string)
| 114 | UpsertUserInbound(inbound UserInbound) (UserInbound, error) |
| 115 | GetUserInbound(id string) (UserInbound, error) |
| 116 | ListUserInboundsByUser(userID string) ([]UserInbound, error) |
| 117 | // ListActiveUserInboundsByUser 仅返回对应节点未禁用的记录(用于订阅生成)。 |
| 118 | ListActiveUserInboundsByUser(userID string) ([]UserInbound, error) |
| 119 | ListUserInboundsByNode(nodeID string) ([]UserInbound, error) |
no outgoing calls
no test coverage detected