| 12 | } |
| 13 | |
| 14 | pub struct CreateSessionResult { |
| 15 | pub alerts: Vec<Alert>, |
| 16 | pub user: user::Row, |
| 17 | pub session_id: String, |
| 18 | pub personal_repo_ids: Vec<RepoId>, |
| 19 | } |
| 20 | |
| 21 | pub struct CreateGithubSession { |
| 22 | input: CreateGithubSessionInput, |
nothing calls this directly
no outgoing calls
no test coverage detected