2025-03-09 00:55:40 +08:00

9 lines
109 B
Go

package adshttp
import "go.uber.org/fx"
var Module = fx.Module("ads-http", fx.Invoke(
Create,
GetAll,
))