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,14 +5,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**closed_at** | Option<**String**> | | [optional]
**closed_issues** | Option<**i64**> | | [optional]
**closed_issues** | Option<**i64**> | ClosedIssues is the number of closed issues in this milestone | [optional]
**created_at** | Option<**String**> | | [optional]
**description** | Option<**String**> | | [optional]
**description** | Option<**String**> | Description provides details about the milestone | [optional]
**due_on** | Option<**String**> | | [optional]
**id** | Option<**i64**> | | [optional]
**open_issues** | Option<**i64**> | | [optional]
**id** | Option<**i64**> | ID is the unique identifier for the milestone | [optional]
**open_issues** | Option<**i64**> | OpenIssues is the number of open issues in this milestone | [optional]
**state** | Option<**String**> | StateType issue state type | [optional]
**title** | Option<**String**> | | [optional]
**title** | Option<**String**> | Title is the title of the milestone | [optional]
**updated_at** | Option<**String**> | | [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)