Rewrite rust (#38)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/38
This commit is contained in:
2022-11-27 11:21:35 +00:00
parent 0d6e8bc4a0
commit 991861db99
445 changed files with 53358 additions and 2568 deletions

View File

@@ -0,0 +1,29 @@
# MigrateRepoForm
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**auth_password** | Option<**String**> | | [optional]
**auth_token** | Option<**String**> | | [optional]
**auth_username** | Option<**String**> | | [optional]
**clone_addr** | **String** | |
**description** | Option<**String**> | | [optional]
**issues** | Option<**bool**> | | [optional]
**labels** | Option<**bool**> | | [optional]
**lfs** | Option<**bool**> | | [optional]
**lfs_endpoint** | Option<**String**> | | [optional]
**milestones** | Option<**bool**> | | [optional]
**mirror** | Option<**bool**> | | [optional]
**mirror_interval** | Option<**String**> | | [optional]
**private** | Option<**bool**> | | [optional]
**pull_requests** | Option<**bool**> | | [optional]
**releases** | Option<**bool**> | | [optional]
**repo_name** | **String** | |
**service** | Option<**i64**> | GitServiceType represents a git service | [optional]
**uid** | **i64** | |
**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)