| 81 | } |
| 82 | |
| 83 | pub struct UpdateLinkParentTopics { |
| 84 | pub actor: Arc<Viewer>, |
| 85 | pub repo_id: RepoId, |
| 86 | pub link_id: ExternalId, |
| 87 | pub parent_topic_ids: BTreeSet<ExternalId>, |
| 88 | } |
| 89 | |
| 90 | pub struct UpdateLinkParentTopicsResult { |
| 91 | pub alerts: Vec<Alert>, |