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,12 +5,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created** | Option<**String**> | | [optional]
**duration** | Option<**String**> | | [optional]
**issue_index** | Option<**i64**> | | [optional]
**issue_title** | Option<**String**> | | [optional]
**repo_name** | Option<**String**> | | [optional]
**repo_owner_name** | Option<**String**> | | [optional]
**seconds** | Option<**i64**> | | [optional]
**duration** | Option<**String**> | Duration is a human-readable duration string | [optional]
**issue_index** | Option<**i64**> | IssueIndex is the index number of the associated issue | [optional]
**issue_title** | Option<**String**> | IssueTitle is the title of the associated issue | [optional]
**repo_name** | Option<**String**> | RepoName is the name of the repository | [optional]
**repo_owner_name** | Option<**String**> | RepoOwnerName is the name of the repository owner | [optional]
**seconds** | Option<**i64**> | Seconds is the total elapsed time in seconds | [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)