mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-06 17:30:25 +08:00
9 lines
117 B
Go
9 lines
117 B
Go
package api
|
|
|
|
import "mayfly-go/pkg/ioc"
|
|
|
|
func InitIoc() {
|
|
ioc.Register(new(Procdef))
|
|
ioc.Register(new(Procinst))
|
|
}
|