mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
refac: renamed 'GoCMS' -> 'RenewCMS'
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/article"
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/article"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type CreateArticleUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"GoCMS/domain/image"
|
||||
"RenewCMS/domain/gateways"
|
||||
"RenewCMS/domain/image"
|
||||
"mime/multipart"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"GoCMS/domain/user"
|
||||
"RenewCMS/domain/gateways"
|
||||
"RenewCMS/domain/user"
|
||||
)
|
||||
|
||||
type CreateUserUseCase struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type DeleteArticleUseCase struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type DeleteImageUseCase struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type DeleteUserUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/article"
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/article"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type GetArticleUseCase struct {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type GetPageUseCase struct {
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"GoCMS/domain/user"
|
||||
"RenewCMS/domain/gateways"
|
||||
"RenewCMS/domain/user"
|
||||
)
|
||||
|
||||
type GetUserUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/article"
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/article"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type ListArticlesUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"GoCMS/domain/user"
|
||||
"RenewCMS/domain/gateways"
|
||||
"RenewCMS/domain/user"
|
||||
)
|
||||
|
||||
type ListUsersUseCase struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type SendMailUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/article"
|
||||
"GoCMS/domain/gateways"
|
||||
"RenewCMS/domain/article"
|
||||
"RenewCMS/domain/gateways"
|
||||
)
|
||||
|
||||
type UpdateArticleUseCase struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package useCases
|
||||
|
||||
import (
|
||||
"GoCMS/domain/gateways"
|
||||
"GoCMS/domain/user"
|
||||
"RenewCMS/domain/gateways"
|
||||
"RenewCMS/domain/user"
|
||||
)
|
||||
|
||||
type UpdateUserUseCase struct {
|
||||
|
||||
Reference in New Issue
Block a user