mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-09-26 20:11:11 +08:00
11 lines
172 B
Go
11 lines
172 B
Go
package handler
|
|
|
|
import (
|
|
"github.com/quarkcms/quark-go/examples/hertzadmin/biz/handler/resources"
|
|
)
|
|
|
|
// 注册服务
|
|
var Providers = []interface{}{
|
|
&resources.Demo{},
|
|
}
|