2025-03-05 23:55:41 +08:00

10 lines
115 B
Go

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