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

@@ -7,6 +7,8 @@ Name | Type | Description | Notes
**auth_password** | Option<**String**> | | [optional]
**auth_token** | Option<**String**> | | [optional]
**auth_username** | Option<**String**> | | [optional]
**aws_access_key_id** | Option<**String**> | | [optional]
**aws_secret_access_key** | Option<**String**> | | [optional]
**clone_addr** | **String** | |
**description** | Option<**String**> | | [optional]
**issues** | Option<**bool**> | | [optional]
@@ -20,9 +22,9 @@ Name | Type | Description | Notes
**pull_requests** | Option<**bool**> | | [optional]
**releases** | Option<**bool**> | | [optional]
**repo_name** | **String** | |
**repo_owner** | Option<**String**> | Name of User or Organisation who will own Repo after migration | [optional]
**service** | Option<**String**> | | [optional]
**uid** | Option<**i64**> | deprecated (only for backwards compatibility) | [optional]
**repo_owner** | Option<**String**> | the organization's name or individual user's name who will own the migrated repository | [optional]
**service** | Option<**Service**> | (enum: git, github, gitea, gitlab, gogs, onedev, gitbucket, codebase, codecommit) | [optional]
**uid** | Option<**i64**> | deprecated (only for backwards compatibility, use repo_owner instead) | [optional]
**wiki** | Option<**bool**> | | [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)