Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchedPlugins (0.18 sec)

  1. pilot/pkg/model/push_context.go

    			for _, plugin := range wasmPlugins {
    				if plugin.MatchListener(selectionOpts, info) && plugin.MatchType(pluginType) {
    					matchedPlugins[plugin.Phase] = append(matchedPlugins[plugin.Phase], plugin)
    				}
    			}
    		}
    	}
    
    	// sort slices by priority
    	for i, slice := range matchedPlugins {
    		sort.SliceStable(slice, func(i, j int) bool {
    			iPriority := int32(math.MinInt32)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top