mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-03 06:44:47 +02:00
fix lint
This commit is contained in:
Generated
+6
@@ -27531,6 +27531,12 @@
|
||||
],
|
||||
"x-go-name": "Service"
|
||||
},
|
||||
"ssh_key_owner_id": {
|
||||
"description": "SSHKeyOwnerID picks which managed SSH keypair to use for SSH clones.\n0 means use the target repo owner (default).",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "SSHKeyOwnerID"
|
||||
},
|
||||
"uid": {
|
||||
"description": "deprecated (only for backwards compatibility, use repo_owner instead)",
|
||||
"type": "integer",
|
||||
|
||||
Generated
+6
@@ -7544,6 +7544,12 @@
|
||||
"type": "string",
|
||||
"x-go-name": "Service"
|
||||
},
|
||||
"ssh_key_owner_id": {
|
||||
"description": "SSHKeyOwnerID picks which managed SSH keypair to use for SSH clones.\n0 means use the target repo owner (default).",
|
||||
"format": "int64",
|
||||
"type": "integer",
|
||||
"x-go-name": "SSHKeyOwnerID"
|
||||
},
|
||||
"uid": {
|
||||
"deprecated": true,
|
||||
"description": "deprecated (only for backwards compatibility, use repo_owner instead)",
|
||||
|
||||
Reference in New Issue
Block a user