| 114 | |
| 115 | #[derive(Debug, Serialize)] |
| 116 | pub struct CollectionIndexingStatus { |
| 117 | pub collection_name: String, |
| 118 | pub status_summary: CollectionIndexingStatusSummary, |
| 119 | pub active_transactions: Vec<TransactionStatusWithTransactionId>, |
| 120 | pub last_synced: DateTime<Utc>, |
| 121 | } |
| 122 | |
| 123 | pub struct Collection { |
| 124 | pub meta: CollectionMetadata, |
nothing calls this directly
no outgoing calls
no test coverage detected