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