func newKustoFactory()

in store/factory.go [16:23]


func newKustoFactory(client *kusto.Client, pc *config.PluginConfig, database string, table string) *kustoFactory {
	return &kustoFactory{
		client:       client,
		Database:     database,
		Table:        table,
		PluginConfig: pc,
	}
}