Files
mayfly-go/server/internal/auth/infra/persistence/persistence.go
2026-02-01 13:35:23 +08:00

10 lines
109 B
Go

package persistence
import (
"mayfly-go/pkg/ioc"
)
func InitIoc() {
ioc.Register(newAuthAccountRepo())
}