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