feat: add rustls
This commit is contained in:
@@ -8,12 +8,12 @@ Name | Type | Description | Notes
|
||||
**commit** | Option<[**models::RepoCommit**](RepoCommit.md)> | | [optional]
|
||||
**committer** | Option<[**models::User**](User.md)> | | [optional]
|
||||
**created** | Option<**String**> | | [optional]
|
||||
**files** | Option<[**Vec<models::CommitAffectedFiles>**](CommitAffectedFiles.md)> | | [optional]
|
||||
**html_url** | Option<**String**> | | [optional]
|
||||
**parents** | Option<[**Vec<models::CommitMeta>**](CommitMeta.md)> | | [optional]
|
||||
**sha** | Option<**String**> | | [optional]
|
||||
**files** | Option<[**Vec<models::CommitAffectedFiles>**](CommitAffectedFiles.md)> | Files contains information about files affected by the commit | [optional]
|
||||
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the commit | [optional]
|
||||
**parents** | Option<[**Vec<models::CommitMeta>**](CommitMeta.md)> | Parents contains the parent commit information | [optional]
|
||||
**sha** | Option<**String**> | SHA is the commit SHA hash | [optional]
|
||||
**stats** | Option<[**models::CommitStats**](CommitStats.md)> | | [optional]
|
||||
**url** | Option<**String**> | | [optional]
|
||||
**url** | Option<**String**> | URL is the API URL for the commit | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user