mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-05 23:40:24 +08:00
fix: file文件缺失
This commit is contained in:
9
server/internal/file/infra/persistence/persistence.go
Normal file
9
server/internal/file/infra/persistence/persistence.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package persistence
|
||||
|
||||
import (
|
||||
"mayfly-go/pkg/ioc"
|
||||
)
|
||||
|
||||
func InitIoc() {
|
||||
ioc.Register(newFileRepo(), ioc.WithComponentName("FileRepo"))
|
||||
}
|
||||
Reference in New Issue
Block a user