github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/processors/query/provide.go (about) 1 /* 2 * Copyright (c) 2021-present unTill Pro, Ltd. 3 */ 4 5 package queryprocessor 6 7 func ProvideRowsProcessorFactory() RowsProcessorFactory { 8 return implRowsProcessorFactory 9 } 10 11 func ProvideServiceFactory() ServiceFactory { 12 return implServiceFactory 13 }