Files
quyun-v2/backend/app/services/provider.gen.go
2025-12-27 19:49:11 +08:00

10 lines
109 B
Go
Executable File

package services
import (
"go.ipao.vip/atom/opt"
)
func Provide(opts ...opt.Option) error {
return nil
}