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