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,7 +1,7 @@
|
||||
package gateways
|
||||
|
||||
import (
|
||||
"GoCMS/domain/article"
|
||||
"RenewCMS/domain/article"
|
||||
)
|
||||
|
||||
type IArticleRepository interface {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package gateways
|
||||
|
||||
import (
|
||||
"GoCMS/domain/image"
|
||||
"RenewCMS/domain/image"
|
||||
"mime/multipart"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package gateways
|
||||
|
||||
import "GoCMS/domain/user"
|
||||
import "RenewCMS/domain/user"
|
||||
|
||||
type IUserRepository interface {
|
||||
Get(id uint32) (user.User, error)
|
||||
|
||||
Reference in New Issue
Block a user