code.gitea.io/sdk/gitea v0.14.0 -> v0.15.1 (#18186)
This commit is contained in:
parent
8760af752a
commit
ec6cc38c6c
29 changed files with 695 additions and 133 deletions
2
vendor/code.gitea.io/sdk/gitea/repo_migrate.go
generated
vendored
2
vendor/code.gitea.io/sdk/gitea/repo_migrate.go
generated
vendored
|
@ -47,6 +47,8 @@ type MigrateRepoOption struct {
|
|||
PullRequests bool `json:"pull_requests"`
|
||||
Releases bool `json:"releases"`
|
||||
MirrorInterval string `json:"mirror_interval"`
|
||||
LFS bool `json:"lfs"`
|
||||
LFSEndpoint string `json:"lfs_endpoint"`
|
||||
}
|
||||
|
||||
// Validate the MigrateRepoOption struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue