mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-17 08:25:20 +08:00
9 lines
108 B
Go
9 lines
108 B
Go
package api
|
|
|
|
import "mayfly-go/pkg/ioc"
|
|
|
|
func InitIoc() {
|
|
ioc.Register(new(AiDB))
|
|
ioc.Register(new(Ai))
|
|
}
|