11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Code generated by entc, DO NOT EDIT.
 | 
						|
 | 
						|
package predicate
 | 
						|
 | 
						|
import (
 | 
						|
	"entgo.io/ent/dialect/sql"
 | 
						|
)
 | 
						|
 | 
						|
// ObCluster is the predicate function for obcluster builders.
 | 
						|
type ObCluster func(*sql.Selector)
 |