用户组相关的 inbound 操作
(userID string)
| 153 | |
| 154 | // 用户组相关的 inbound 操作 |
| 155 | ListDirectUserInboundsByUser(userID string) ([]UserInbound, error) |
| 156 | DeleteGroupUserInbounds(userID, groupID string) error |
| 157 | DeleteAllInboundsForGroup(groupID string) error |
| 158 | UpsertGroupUserInbound(acc UserInbound) (UserInbound, error) |