feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -5,13 +5,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | Option<**String**> | | [optional]
**interval** | Option<**String**> | | [optional]
**last_error** | Option<**String**> | | [optional]
**interval** | Option<**String**> | The sync interval for automatic updates | [optional]
**last_error** | Option<**String**> | The last error message encountered during sync | [optional]
**last_update** | Option<**String**> | | [optional]
**remote_address** | Option<**String**> | | [optional]
**remote_name** | Option<**String**> | | [optional]
**repo_name** | Option<**String**> | | [optional]
**sync_on_commit** | Option<**bool**> | | [optional]
**remote_address** | Option<**String**> | The remote repository URL being mirrored to | [optional]
**remote_name** | Option<**String**> | The name of the remote in the git configuration | [optional]
**repo_name** | Option<**String**> | The name of the source repository | [optional]
**sync_on_commit** | Option<**bool**> | Whether to sync on every commit | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)