feat: implement new structure
This commit is contained in:
13
backend/app/http/provider.go
Normal file
13
backend/app/http/provider.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
v1 "quyun/v2/app/http/v1"
|
||||
|
||||
"go.ipao.vip/atom/container"
|
||||
)
|
||||
|
||||
func Providers() container.Providers {
|
||||
return container.Providers{
|
||||
{Provider: v1.Provide},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user