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,9 +4,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additions** | Option<**i64**> | | [optional]
**deletions** | Option<**i64**> | | [optional]
**total** | Option<**i64**> | | [optional]
**additions** | Option<**i64**> | Additions is the number of lines added | [optional]
**deletions** | Option<**i64**> | Deletions is the number of lines deleted | [optional]
**total** | Option<**i64**> | Total is the total number of lines changed | [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)