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,12 +4,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mode** | Option<**String**> | | [optional]
**path** | Option<**String**> | | [optional]
**sha** | Option<**String**> | | [optional]
**size** | Option<**i64**> | | [optional]
**r#type** | Option<**String**> | | [optional]
**url** | Option<**String**> | | [optional]
**mode** | Option<**String**> | Mode is the file mode (permissions) | [optional]
**path** | Option<**String**> | Path is the file or directory path | [optional]
**sha** | Option<**String**> | SHA is the Git object SHA | [optional]
**size** | Option<**i64**> | Size is the file size in bytes | [optional]
**r#type** | Option<**String**> | Type indicates if this is a file, directory, or symlink | [optional]
**url** | Option<**String**> | URL is the API URL for this tree entry | [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)