(id string)
| 113 | // UserInbound CRUD(每个用户在每个 inbound 上只有一条凭据记录) |
| 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) |
no outgoing calls
no test coverage detected