Files

10 lines
147 B
Go
Raw Permalink Normal View History

2025-09-06 21:32:48 +08:00
package persistence
import (
"mayfly-go/pkg/ioc"
)
func InitIoc() {
ioc.Register(newContainerRepo(), ioc.WithComponentName("ContainerRepo"))
}