mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 14:03:24 +09:00
chore: Move import path from code.gitea.io/gitea to gitea.dev (#37873)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
package swagger
|
||||
|
||||
import api "code.gitea.io/gitea/modules/structs"
|
||||
import api "gitea.dev/modules/structs"
|
||||
|
||||
// SecretList
|
||||
// swagger:response SecretList
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// ActivityFeedsList
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// OAuth2Application
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// CronList
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// Issue
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// PublicKey
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// ServerVersion
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// NodeInfo
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// NotificationThread
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
"code.gitea.io/gitea/services/forms"
|
||||
api "gitea.dev/modules/structs"
|
||||
"gitea.dev/services/forms"
|
||||
)
|
||||
|
||||
// not actually a response, just a hack to get go-swagger to include definitions
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// Organization
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// Package
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// Repository
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
package swagger
|
||||
|
||||
import api "code.gitea.io/gitea/modules/structs"
|
||||
import api "gitea.dev/modules/structs"
|
||||
|
||||
// GeneralRepoSettings
|
||||
// swagger:response GeneralRepoSettings
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package swagger
|
||||
|
||||
import (
|
||||
activities_model "code.gitea.io/gitea/models/activities"
|
||||
api "code.gitea.io/gitea/modules/structs"
|
||||
activities_model "gitea.dev/models/activities"
|
||||
api "gitea.dev/modules/structs"
|
||||
)
|
||||
|
||||
// User
|
||||
|
||||
Reference in New Issue
Block a user