framework1/app/infrastructure/infrastructure.go

8 lines
205 B
Go

package infrastructure
import "github.com/Superdanda/hade/framework"
func NewOrmRepositoryAndRegister(container framework.Container) {
NewOrmUserRepositoryAndRegister(container) // 用户仓储实例
}