at main 299 B view raw
1// Code generated by ent, DO NOT EDIT. 2 3package predicate 4 5import ( 6 "entgo.io/ent/dialect/sql" 7) 8 9// Operation is the predicate function for operation builders. 10type Operation func(*sql.Selector) 11 12// SyncStatus is the predicate function for syncstatus builders. 13type SyncStatus func(*sql.Selector)