Skip to content

Instantly share code, notes, and snippets.

@websterian
Created August 31, 2018 20:57
Show Gist options
  • Save websterian/fe89d0830decb0285220bbb4252789fa to your computer and use it in GitHub Desktop.
Save websterian/fe89d0830decb0285220bbb4252789fa to your computer and use it in GitHub Desktop.
namespace Sitecore.Services.Examples.Indexing
{
using Sitecore.Commerce.Core;
using Sitecore.Framework.Pipelines;
[PipelineDisplayName("GenerateFacetsPipeline")]
public interface IGenerateFacetsPipeline : IPipeline<GenerateFacetsArgument, bool, CommercePipelineExecutionContext>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment