brand: GohCMS -> GoCMS, project-wide

This commit is contained in:
Florian Sylvain
2024-05-15 19:34:38 +02:00
parent 7097d71f45
commit 29fce9a241
39 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/post"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/post"
"gorm.io/gorm"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/user"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/user"
"gorm.io/gorm"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GoCMS/adapters/secondary/gateways"
"gorm.io/gorm"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GoCMS/adapters/secondary/gateways"
)
type GetPageUseCase struct {
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/post"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/post"
"gorm.io/gorm"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/user"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/user"
"gorm.io/gorm"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/post"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/post"
"gorm.io/gorm"
)
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/user"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/user"
"gorm.io/gorm"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GoCMS/adapters/secondary/gateways"
)
type SendMailUseCase struct {
+2 -2
View File
@@ -1,8 +1,8 @@
package useCases
import (
"GohCMS2/adapters/secondary/gateways"
"GohCMS2/domain/user"
"GoCMS/adapters/secondary/gateways"
"GoCMS/domain/user"
"gorm.io/gorm"
)