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

@@ -6,12 +6,12 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assignee** | Option<[**models::User**](User.md)> | | [optional]
**assignee_team** | Option<[**models::Team**](Team.md)> | | [optional]
**body** | Option<**String**> | | [optional]
**body** | Option<**String**> | Body contains the timeline event content | [optional]
**created_at** | Option<**String**> | | [optional]
**dependent_issue** | Option<[**models::Issue**](Issue.md)> | | [optional]
**html_url** | Option<**String**> | | [optional]
**id** | Option<**i64**> | | [optional]
**issue_url** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the comment | [optional]
**id** | Option<**i64**> | ID is the unique identifier for the timeline comment | [optional]
**issue_url** | Option<**String**> | IssueURL is the API URL for the issue | [optional]
**label** | Option<[**models::Label**](Label.md)> | | [optional]
**milestone** | Option<[**models::Milestone**](Milestone.md)> | | [optional]
**new_ref** | Option<**String**> | | [optional]
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**old_ref** | Option<**String**> | | [optional]
**old_title** | Option<**String**> | | [optional]
**project_id** | Option<**i64**> | | [optional]
**pull_request_url** | Option<**String**> | | [optional]
**pull_request_url** | Option<**String**> | PRURL is the API URL for the pull request (if applicable) | [optional]
**ref_action** | Option<**String**> | | [optional]
**ref_comment** | Option<[**models::Comment**](Comment.md)> | | [optional]
**ref_commit_sha** | Option<**String**> | commit SHA where issue/PR was referenced | [optional]
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
**resolve_doer** | Option<[**models::User**](User.md)> | | [optional]
**review_id** | Option<**i64**> | | [optional]
**tracked_time** | Option<[**models::TrackedTime**](TrackedTime.md)> | | [optional]
**r#type** | Option<**String**> | | [optional]
**r#type** | Option<**String**> | Type indicates the type of timeline event | [optional]
**updated_at** | Option<**String**> | | [optional]
**user** | Option<[**models::User**](User.md)> | | [optional]