2025-03-02 04:36:17 +08:00

9 lines
106 B
Go

package newshttp
import "go.uber.org/fx"
var Module = fx.Module("news", fx.Invoke(
GetAll,
Create,
))