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

@@ -4,15 +4,15 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**added** | Option<**Vec<String>**> | | [optional]
**added** | Option<**Vec<String>**> | List of files added in this commit | [optional]
**author** | Option<[**models::PayloadUser**](PayloadUser.md)> | | [optional]
**committer** | Option<[**models::PayloadUser**](PayloadUser.md)> | | [optional]
**id** | Option<**String**> | sha1 hash of the commit | [optional]
**message** | Option<**String**> | | [optional]
**modified** | Option<**Vec<String>**> | | [optional]
**removed** | Option<**Vec<String>**> | | [optional]
**message** | Option<**String**> | The commit message | [optional]
**modified** | Option<**Vec<String>**> | List of files modified in this commit | [optional]
**removed** | Option<**Vec<String>**> | List of files removed in this commit | [optional]
**timestamp** | Option<**String**> | | [optional]
**url** | Option<**String**> | | [optional]
**url** | Option<**String**> | The URL to view this commit | [optional]
**verification** | Option<[**models::PayloadCommitVerification**](PayloadCommitVerification.md)> | | [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)